diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-08-10 16:19:16 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-08-10 16:20:17 +0200 |
commit | 261e36cb7d707291fa531212ef9c805fdec49b8e (patch) | |
tree | 433a39834bdd7e0501a7aee4c2d5777e5b3398f9 /app-portage | |
parent | app-portage/mgorny-dev-scripts: Update URLs (diff) | |
download | gentoo-261e36cb7d707291fa531212ef9c805fdec49b8e.tar.gz gentoo-261e36cb7d707291fa531212ef9c805fdec49b8e.tar.bz2 gentoo-261e36cb7d707291fa531212ef9c805fdec49b8e.zip |
app-portage/nattka: Update URLs
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/nattka/metadata.xml | 2 | ||||
-rw-r--r-- | app-portage/nattka/nattka-0.3.1.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/app-portage/nattka/metadata.xml b/app-portage/nattka/metadata.xml index 39c3292f2a1c..5ab1f4379e97 100644 --- a/app-portage/nattka/metadata.xml +++ b/app-portage/nattka/metadata.xml @@ -12,7 +12,7 @@ </flag> </use> <upstream> - <remote-id type="github">mgorny/nattka</remote-id> + <remote-id type="github">projg2/nattka</remote-id> <remote-id type="pypi">nattka</remote-id> </upstream> </pkgmetadata> diff --git a/app-portage/nattka/nattka-0.3.1.ebuild b/app-portage/nattka/nattka-0.3.1.ebuild index 57dec4861b07..8b8256936b3a 100644 --- a/app-portage/nattka/nattka-0.3.1.ebuild +++ b/app-portage/nattka/nattka-0.3.1.ebuild @@ -9,8 +9,8 @@ PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1 DESCRIPTION="A New Arch Tester Toolkit -- open-source stable-bot replacement" -HOMEPAGE="https://github.com/mgorny/nattka/" -SRC_URI="https://github.com/mgorny/nattka/archive/v${PV}.tar.gz -> ${P}.tar.gz" +HOMEPAGE="https://github.com/projg2/nattka/" +SRC_URI="https://github.com/projg2/nattka/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD-2" SLOT="0" |