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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id F19F715817D for ; Wed, 12 Jun 2024 15:49:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 493E52BC060; Wed, 12 Jun 2024 15:49:24 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 2B97D2BC05E for ; Wed, 12 Jun 2024 15:49:24 +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 44D4433BEB9 for ; Wed, 12 Jun 2024 15:49:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D3E761BD9 for ; Wed, 12 Jun 2024 15:49:21 +0000 (UTC) From: "Lucio Sauer" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lucio Sauer" Message-ID: <1718207337.4bf07b4a44a98c8bd5fbda6c864bc92ded7b7e97.watermanpaint@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev 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: watermanpaint X-VCS-Committer-Name: Lucio Sauer X-VCS-Revision: 4bf07b4a44a98c8bd5fbda6c864bc92ded7b7e97 X-VCS-Branch: dev Date: Wed, 12 Jun 2024 15:49:21 +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: a41568ad-a6cc-42c9-8010-5a42dc58b344 X-Archives-Hash: 8732e0e0ac3fefc0884f1705ffc2b63e commit: 4bf07b4a44a98c8bd5fbda6c864bc92ded7b7e97 Author: Lucio Sauer posteo net> AuthorDate: Wed Jun 12 15:48:57 2024 +0000 Commit: Lucio Sauer posteo net> 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}"