dev-python/publicsuffix2: Update homepage

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2024-12-31 14:22:42 +01:00
parent 981376a2de
commit 082f8636ba
2 changed files with 3 additions and 3 deletions

View File

@@ -11,6 +11,6 @@
<stabilize-allarches/>
<upstream>
<remote-id type="pypi">publicsuffix2</remote-id>
<remote-id type="github">nexB/python-publicsuffix2</remote-id>
<remote-id type="github">aboutcode-org/python-publicsuffix2</remote-id>
</upstream>
</pkgmetadata>

View File

@@ -14,11 +14,11 @@ MY_P=python-publicsuffix2-${MY_PV}
DESCRIPTION="Get a public suffix for a domain name using the Public Suffix List"
HOMEPAGE="
https://github.com/nexB/python-publicsuffix2/
https://github.com/aboutcode-org/python-publicsuffix2/
https://pypi.org/project/publicsuffix2/
"
SRC_URI="
https://github.com/nexB/python-publicsuffix2/archive/${MY_PV}.tar.gz
https://github.com/aboutcode-org/python-publicsuffix2/archive/${MY_PV}.tar.gz
-> ${MY_P}.gh.tar.gz
"
S=${WORKDIR}/${MY_P}