commit: da829fb205b0b1384efd0253a08078cb84492e5e
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed May 11 17:54:16 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed May 11 17:54:51 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da829fb2
dev-python/hatchling: Update HOMEPAGE
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/hatchling/hatchling-0.24.0.ebuild | 4 ++--
dev-python/hatchling/metadata.xml | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/dev-python/hatchling/hatchling-0.24.0.ebuild
b/dev-python/hatchling/hatchling-0.24.0.ebuild
index c36ac5b6d543..c768e17f0e8e 100644
--- a/dev-python/hatchling/hatchling-0.24.0.ebuild
+++ b/dev-python/hatchling/hatchling-0.24.0.ebuild
@@ -13,10 +13,10 @@ MY_P=hatch-${TAG}
DESCRIPTION="Modern, extensible Python build backend"
HOMEPAGE="
https://pypi.org/project/hatchling/
- https://github.com/ofek/hatch/
+ https://github.com/pypa/hatch/
"
SRC_URI="
- https://github.com/ofek/hatch/archive/${TAG}.tar.gz
+ https://github.com/pypa/hatch/archive/${TAG}.tar.gz
-> ${MY_P}.tar.gz
"
S=${WORKDIR}/${MY_P}/backend
diff --git a/dev-python/hatchling/metadata.xml
b/dev-python/hatchling/metadata.xml
index d4956b531605..585828baa4a2 100644
--- a/dev-python/hatchling/metadata.xml
+++ b/dev-python/hatchling/metadata.xml
@@ -5,7 +5,7 @@
<email>[email protected]</email>
</maintainer>
<upstream>
- <remote-id type="github">ofek/hatch</remote-id>
+ <remote-id type="github">pypa/hatch</remote-id>
<remote-id type="pypi">hatchling</remote-id>
</upstream>
</pkgmetadata>