diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-08-10 16:18:56 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-08-10 16:20:15 +0200 |
commit | ed8632ffdaf6c6471c5bce98bfa239fd23f13679 (patch) | |
tree | 21a954a81e377bf7e9965f27162e6f7f37f3b647 /app-portage/kuroneko | |
parent | app-portage/gverify: Update URLs (diff) | |
download | gentoo-ed8632ffdaf6c6471c5bce98bfa239fd23f13679.tar.gz gentoo-ed8632ffdaf6c6471c5bce98bfa239fd23f13679.tar.bz2 gentoo-ed8632ffdaf6c6471c5bce98bfa239fd23f13679.zip |
app-portage/kuroneko: Update URLs
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-portage/kuroneko')
-rw-r--r-- | app-portage/kuroneko/kuroneko-0.1.0.ebuild | 4 | ||||
-rw-r--r-- | app-portage/kuroneko/kuroneko-0.1.1.ebuild | 4 | ||||
-rw-r--r-- | app-portage/kuroneko/kuroneko-0.1.2.ebuild | 4 | ||||
-rw-r--r-- | app-portage/kuroneko/kuroneko-0.1.3.ebuild | 6 | ||||
-rw-r--r-- | app-portage/kuroneko/metadata.xml | 2 |
5 files changed, 10 insertions, 10 deletions
diff --git a/app-portage/kuroneko/kuroneko-0.1.0.ebuild b/app-portage/kuroneko/kuroneko-0.1.0.ebuild index 0bd9b554e20a..a927dfa3d2fd 100644 --- a/app-portage/kuroneko/kuroneko-0.1.0.ebuild +++ b/app-portage/kuroneko/kuroneko-0.1.0.ebuild @@ -7,9 +7,9 @@ PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1 DESCRIPTION="Vulnerability checker using data scraped from Gentoo Bugzilla" -HOMEPAGE="https://github.com/mgorny/kuroneko/" +HOMEPAGE="https://github.com/projg2/kuroneko/" SRC_URI=" - https://github.com/mgorny/kuroneko/archive/v${PV}.tar.gz + https://github.com/projg2/kuroneko/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD-2" diff --git a/app-portage/kuroneko/kuroneko-0.1.1.ebuild b/app-portage/kuroneko/kuroneko-0.1.1.ebuild index 9b74e4af13e3..1348cb14a13e 100644 --- a/app-portage/kuroneko/kuroneko-0.1.1.ebuild +++ b/app-portage/kuroneko/kuroneko-0.1.1.ebuild @@ -7,9 +7,9 @@ PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1 DESCRIPTION="Vulnerability checker using data scraped from Gentoo Bugzilla" -HOMEPAGE="https://github.com/mgorny/kuroneko/" +HOMEPAGE="https://github.com/projg2/kuroneko/" SRC_URI=" - https://github.com/mgorny/kuroneko/archive/v${PV}.tar.gz + https://github.com/projg2/kuroneko/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD-2" diff --git a/app-portage/kuroneko/kuroneko-0.1.2.ebuild b/app-portage/kuroneko/kuroneko-0.1.2.ebuild index 9b74e4af13e3..1348cb14a13e 100644 --- a/app-portage/kuroneko/kuroneko-0.1.2.ebuild +++ b/app-portage/kuroneko/kuroneko-0.1.2.ebuild @@ -7,9 +7,9 @@ PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1 DESCRIPTION="Vulnerability checker using data scraped from Gentoo Bugzilla" -HOMEPAGE="https://github.com/mgorny/kuroneko/" +HOMEPAGE="https://github.com/projg2/kuroneko/" SRC_URI=" - https://github.com/mgorny/kuroneko/archive/v${PV}.tar.gz + https://github.com/projg2/kuroneko/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD-2" diff --git a/app-portage/kuroneko/kuroneko-0.1.3.ebuild b/app-portage/kuroneko/kuroneko-0.1.3.ebuild index 9b74e4af13e3..8760452d1720 100644 --- a/app-portage/kuroneko/kuroneko-0.1.3.ebuild +++ b/app-portage/kuroneko/kuroneko-0.1.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 2021 Gentoo Authors +# Copyright 2021-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -7,9 +7,9 @@ PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1 DESCRIPTION="Vulnerability checker using data scraped from Gentoo Bugzilla" -HOMEPAGE="https://github.com/mgorny/kuroneko/" +HOMEPAGE="https://github.com/projg2/kuroneko/" SRC_URI=" - https://github.com/mgorny/kuroneko/archive/v${PV}.tar.gz + https://github.com/projg2/kuroneko/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD-2" diff --git a/app-portage/kuroneko/metadata.xml b/app-portage/kuroneko/metadata.xml index f97ac90e4b67..7af1965fdefb 100644 --- a/app-portage/kuroneko/metadata.xml +++ b/app-portage/kuroneko/metadata.xml @@ -11,6 +11,6 @@ </flag> </use> <upstream> - <remote-id type="github">mgorny/kuroneko</remote-id> + <remote-id type="github">projg2/kuroneko</remote-id> </upstream> </pkgmetadata> |