diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2023-03-06 18:10:57 +0100 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-03-09 09:35:11 +0200 |
commit | ed0ed176687d15da88899236f4af91ed8f4f51dd (patch) | |
tree | 276b7d09d5b5d94753f0b39eabbff9a46b7b216e /app-misc/votrify | |
parent | app-doc/eclass-manpages: update HOMEPAGE, update remote-id (diff) | |
download | gentoo-ed0ed176687d15da88899236f4af91ed8f4f51dd.tar.gz gentoo-ed0ed176687d15da88899236f4af91ed8f4f51dd.tar.bz2 gentoo-ed0ed176687d15da88899236f4af91ed8f4f51dd.zip |
app-misc/votrify: update HOMEPAGE
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'app-misc/votrify')
-rw-r--r-- | app-misc/votrify/metadata.xml | 2 | ||||
-rw-r--r-- | app-misc/votrify/votrify-5-r1.ebuild | 4 | ||||
-rw-r--r-- | app-misc/votrify/votrify-5.ebuild | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/app-misc/votrify/metadata.xml b/app-misc/votrify/metadata.xml index cb57e8bc4008..f1f74f15305a 100644 --- a/app-misc/votrify/metadata.xml +++ b/app-misc/votrify/metadata.xml @@ -7,6 +7,6 @@ </maintainer> <stabilize-allarches/> <upstream> - <remote-id type="github">mgorny/votrify</remote-id> + <remote-id type="github">projg2/votrify</remote-id> </upstream> </pkgmetadata> diff --git a/app-misc/votrify/votrify-5-r1.ebuild b/app-misc/votrify/votrify-5-r1.ebuild index 2128726838ff..3b1e35ab8a2a 100644 --- a/app-misc/votrify/votrify-5-r1.ebuild +++ b/app-misc/votrify/votrify-5-r1.ebuild @@ -8,9 +8,9 @@ PYTHON_COMPAT=( python3_{9..11} ) inherit python-single-r1 DESCRIPTION="Tool for community verification of Gentoo elections" -HOMEPAGE="https://github.com/mgorny/votrify/" +HOMEPAGE="https://github.com/projg2/votrify/" SRC_URI=" - https://github.com/mgorny/votrify/archive/v${PV}.tar.gz + https://github.com/projg2/votrify/archive/v${PV}.tar.gz -> ${P}.tar.gz " diff --git a/app-misc/votrify/votrify-5.ebuild b/app-misc/votrify/votrify-5.ebuild index 279c9bc6b841..673bbaad1dc5 100644 --- a/app-misc/votrify/votrify-5.ebuild +++ b/app-misc/votrify/votrify-5.ebuild @@ -7,8 +7,8 @@ PYTHON_COMPAT=( python3_9 ) inherit python-single-r1 DESCRIPTION="Tool for community verification of Gentoo elections" -HOMEPAGE="https://github.com/mgorny/votrify" -SRC_URI="https://github.com/mgorny/votrify/archive/v${PV}.tar.gz -> ${P}.tar.gz" +HOMEPAGE="https://github.com/projg2/votrify" +SRC_URI="https://github.com/projg2/votrify/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD-2" SLOT="0" |