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 03A83158020 for ; Wed, 14 Dec 2022 06:31:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 82AB0E0866; Wed, 14 Dec 2022 06:31:49 +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 64979E0866 for ; Wed, 14 Dec 2022 06:31:49 +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 1271834126E for ; Wed, 14 Dec 2022 06:31:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 55F417DE for ; Wed, 14 Dec 2022 06:31:45 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1670999501.38a955a86761f5b6d788903423916a3d5d8c860c.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytoolconfig/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pytoolconfig/metadata.xml dev-python/pytoolconfig/pytoolconfig-1.2.4.ebuild X-VCS-Directories: dev-python/pytoolconfig/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 38a955a86761f5b6d788903423916a3d5d8c860c X-VCS-Branch: master Date: Wed, 14 Dec 2022 06:31:45 +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: 40af5561-b777-44e4-bc2e-9d021659ff30 X-Archives-Hash: e0c5c991a7152a21fcd556b95c487375 commit: 38a955a86761f5b6d788903423916a3d5d8c860c Author: Michał Górny gentoo org> AuthorDate: Wed Dec 14 06:28:48 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Dec 14 06:31:41 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38a955a8 dev-python/pytoolconfig: Update URLs Signed-off-by: Michał Górny gentoo.org> dev-python/pytoolconfig/metadata.xml | 2 +- dev-python/pytoolconfig/pytoolconfig-1.2.4.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/pytoolconfig/metadata.xml b/dev-python/pytoolconfig/metadata.xml index 0d65c075419a..ff612f66abee 100644 --- a/dev-python/pytoolconfig/metadata.xml +++ b/dev-python/pytoolconfig/metadata.xml @@ -8,6 +8,6 @@ pytoolconfig - bageljrkhanofemus/pytoolconfig + bagel897/pytoolconfig diff --git a/dev-python/pytoolconfig/pytoolconfig-1.2.4.ebuild b/dev-python/pytoolconfig/pytoolconfig-1.2.4.ebuild index c56b02a568a2..3ab109b4e2a9 100644 --- a/dev-python/pytoolconfig/pytoolconfig-1.2.4.ebuild +++ b/dev-python/pytoolconfig/pytoolconfig-1.2.4.ebuild @@ -11,7 +11,7 @@ inherit distutils-r1 DESCRIPTION="Python tool configuration" HOMEPAGE=" https://pypi.org/project/pytoolconfig/ - https://github.com/bageljrkhanofemus/pytoolconfig/ + https://github.com/bagel897/pytoolconfig/ " SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"