diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-05-11 19:54:16 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-05-11 19:54:51 +0200 |
commit | da829fb205b0b1384efd0253a08078cb84492e5e (patch) | |
tree | 2d715c45f799eab5d6a00dd751c11ae73f14ad08 | |
parent | dev-python/pydantic: Unblock new python-email-validator release (diff) | |
download | gentoo-da829fb205b0b1384efd0253a08078cb84492e5e.tar.gz gentoo-da829fb205b0b1384efd0253a08078cb84492e5e.tar.bz2 gentoo-da829fb205b0b1384efd0253a08078cb84492e5e.zip |
dev-python/hatchling: Update HOMEPAGE
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r-- | dev-python/hatchling/hatchling-0.24.0.ebuild | 4 | ||||
-rw-r--r-- | 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>python@gentoo.org</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> |