dev-python/eradicate: Update URLs

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2023-07-10 03:45:16 +02:00
parent 4ead112a12
commit 1236133d88
2 changed files with 3 additions and 3 deletions

View File

@@ -10,11 +10,11 @@ inherit distutils-r1
DESCRIPTION="Removes commented-out code from Python files"
HOMEPAGE="
https://github.com/wemake-services/eradicate/
https://github.com/PyCQA/eradicate/
https://pypi.org/project/eradicate/
"
SRC_URI="
https://github.com/wemake-services/eradicate/archive/${PV}.tar.gz
https://github.com/PyCQA/eradicate/archive/${PV}.tar.gz
-> ${P}.gh.tar.gz
"

View File

@@ -12,6 +12,6 @@
<stabilize-allarches/>
<upstream>
<remote-id type="pypi">eradicate</remote-id>
<remote-id type="github">wemake-services/eradicate</remote-id>
<remote-id type="github">PyCQA/eradicate</remote-id>
</upstream>
</pkgmetadata>