diff options
author | 2023-03-06 18:13:02 +0100 | |
---|---|---|
committer | 2023-03-09 09:35:11 +0200 | |
commit | 32e53f1c98f2af02db173e49fbb92ac9aa79875c (patch) | |
tree | a8c08bb6377031cfd43f9d4154bc640b8deadee8 /dev-python/unittest-or-fail | |
parent | dev-python/pymountboot: update HOMEPAGE (diff) | |
download | gentoo-32e53f1c98f2af02db173e49fbb92ac9aa79875c.tar.gz gentoo-32e53f1c98f2af02db173e49fbb92ac9aa79875c.tar.bz2 gentoo-32e53f1c98f2af02db173e49fbb92ac9aa79875c.zip |
dev-python/unittest-or-fail: update HOMEPAGE
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/unittest-or-fail')
-rw-r--r-- | dev-python/unittest-or-fail/metadata.xml | 2 | ||||
-rw-r--r-- | dev-python/unittest-or-fail/unittest-or-fail-2.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/unittest-or-fail/metadata.xml b/dev-python/unittest-or-fail/metadata.xml index 662f8d0104c2..ea822a7564ad 100644 --- a/dev-python/unittest-or-fail/metadata.xml +++ b/dev-python/unittest-or-fail/metadata.xml @@ -11,6 +11,6 @@ </maintainer> <stabilize-allarches/> <upstream> - <remote-id type="github">mgorny/unittest-or-fail</remote-id> + <remote-id type="github">projg2/unittest-or-fail</remote-id> </upstream> </pkgmetadata> diff --git a/dev-python/unittest-or-fail/unittest-or-fail-2.ebuild b/dev-python/unittest-or-fail/unittest-or-fail-2.ebuild index 836c19f34702..1887c7ff8366 100644 --- a/dev-python/unittest-or-fail/unittest-or-fail-2.ebuild +++ b/dev-python/unittest-or-fail/unittest-or-fail-2.ebuild @@ -9,9 +9,9 @@ PYTHON_COMPAT=( python3_{9..11} pypy3 ) inherit distutils-r1 DESCRIPTION="Run unittests or fail if no tests were found" -HOMEPAGE="https://github.com/mgorny/unittest-or-fail/" +HOMEPAGE="https://github.com/projg2/unittest-or-fail/" SRC_URI=" - https://github.com/mgorny/unittest-or-fail/archive/v${PV}.tar.gz + https://github.com/projg2/unittest-or-fail/archive/v${PV}.tar.gz -> ${P}.tar.gz " |