summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-07-10 03:45:16 +0200
committerMichał Górny <mgorny@gentoo.org>2023-07-10 03:47:01 +0200
commit1236133d8894045ef1aa915dbf9cb4d802b854fc (patch)
tree451c4f2dc97bd185f9d2741e3484cca74ea643a8
parentdev-python/readthedocs-sphinx-ext: Remove old (diff)
downloadgentoo-1236133d8894045ef1aa915dbf9cb4d802b854fc.tar.gz
gentoo-1236133d8894045ef1aa915dbf9cb4d802b854fc.tar.bz2
gentoo-1236133d8894045ef1aa915dbf9cb4d802b854fc.zip
dev-python/eradicate: Update URLs
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/eradicate/eradicate-2.3.0.ebuild4
-rw-r--r--dev-python/eradicate/metadata.xml2
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/eradicate/eradicate-2.3.0.ebuild b/dev-python/eradicate/eradicate-2.3.0.ebuild
index 8f44d95d91c4..0379d6dc9fee 100644
--- a/dev-python/eradicate/eradicate-2.3.0.ebuild
+++ b/dev-python/eradicate/eradicate-2.3.0.ebuild
@@ -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
"
diff --git a/dev-python/eradicate/metadata.xml b/dev-python/eradicate/metadata.xml
index 8607e5367e1e..a504aadb5830 100644
--- a/dev-python/eradicate/metadata.xml
+++ b/dev-python/eradicate/metadata.xml
@@ -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>