From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 02D3315817D for ; Wed, 12 Jun 2024 16:10:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F0F5AE2B71; Wed, 12 Jun 2024 16:10:37 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C7F66E2B71 for ; Wed, 12 Jun 2024 16:10:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DD2143406A2 for ; Wed, 12 Jun 2024 16:10:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3B3B91CB9 for ; Wed, 12 Jun 2024 16:10:33 +0000 (UTC) From: "Viorel Munteanu" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Viorel Munteanu" Message-ID: <1718207337.4bf07b4a44a98c8bd5fbda6c864bc92ded7b7e97.ceamac@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-util/tokei/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-util/tokei/tokei-12.1.1.ebuild dev-util/tokei/tokei-12.1.2.ebuild X-VCS-Directories: dev-util/tokei/ X-VCS-Committer: ceamac X-VCS-Committer-Name: Viorel Munteanu X-VCS-Revision: 4bf07b4a44a98c8bd5fbda6c864bc92ded7b7e97 X-VCS-Branch: master Date: Wed, 12 Jun 2024 16:10:33 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 70169dba-603b-4bc1-8209-e909eaa1e9af X-Archives-Hash: 00ac420a589833f25945356deef9f275 commit: 4bf07b4a44a98c8bd5fbda6c864bc92ded7b7e97 Author: Lucio Sauer posteo net> AuthorDate: Wed Jun 12 15:48:57 2024 +0000 Commit: Viorel Munteanu gentoo org> CommitDate: Wed Jun 12 15:48:57 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4bf07b4a dev-util/tokei: update HOMEPAGE Signed-off-by: Lucio Sauer posteo.net> dev-util/tokei/tokei-12.1.1.ebuild | 2 +- dev-util/tokei/tokei-12.1.2.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-util/tokei/tokei-12.1.1.ebuild b/dev-util/tokei/tokei-12.1.1.ebuild index 9ab836a4e..b0072d157 100644 --- a/dev-util/tokei/tokei-12.1.1.ebuild +++ b/dev-util/tokei/tokei-12.1.1.ebuild @@ -166,7 +166,7 @@ yaml-rust@0.4.4 inherit cargo DESCRIPTION="Count your code, quickly" -HOMEPAGE="https://tokei.rs" +HOMEPAGE="https://github.com/XAMPPRocky/tokei" SRC_URI="https://github.com/XAMPPRocky/tokei/archive/v${PV}.tar.gz -> ${P}.tar.gz ${CARGO_CRATE_URIS}" diff --git a/dev-util/tokei/tokei-12.1.2.ebuild b/dev-util/tokei/tokei-12.1.2.ebuild index b5e4040d1..81b2b90ec 100644 --- a/dev-util/tokei/tokei-12.1.2.ebuild +++ b/dev-util/tokei/tokei-12.1.2.ebuild @@ -162,7 +162,7 @@ yaml-rust@0.4.5 inherit cargo DESCRIPTION="Count your code, quickly" -HOMEPAGE="https://tokei.rs" +HOMEPAGE="https://github.com/XAMPPRocky/tokei" SRC_URI="https://github.com/XAMPPRocky/tokei/archive/v${PV}.tar.gz -> ${P}.tar.gz ${CARGO_CRATE_URIS}"