diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2023-03-06 18:05:56 +0100 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-03-09 09:35:10 +0200 |
commit | 828a0bf05b5a701fb113dffced26a40473f0dd30 (patch) | |
tree | a235cbff8f5d302c39ec33acb5b333fb590a1b70 /app-crypt/glep63-check | |
parent | app-admin/gentoo-retirement-scripts: update HOMEPAGE (diff) | |
download | gentoo-828a0bf05b5a701fb113dffced26a40473f0dd30.tar.gz gentoo-828a0bf05b5a701fb113dffced26a40473f0dd30.tar.bz2 gentoo-828a0bf05b5a701fb113dffced26a40473f0dd30.zip |
app-crypt/glep63-check: update HOMEPAGE
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'app-crypt/glep63-check')
-rw-r--r-- | app-crypt/glep63-check/glep63-check-10.ebuild | 4 | ||||
-rw-r--r-- | app-crypt/glep63-check/glep63-check-11.ebuild | 4 | ||||
-rw-r--r-- | app-crypt/glep63-check/metadata.xml | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/app-crypt/glep63-check/glep63-check-10.ebuild b/app-crypt/glep63-check/glep63-check-10.ebuild index 22fdbc524b63..930674a97cc8 100644 --- a/app-crypt/glep63-check/glep63-check-10.ebuild +++ b/app-crypt/glep63-check/glep63-check-10.ebuild @@ -9,9 +9,9 @@ DISTUTILS_USE_SETUPTOOLS=no inherit distutils-r1 DESCRIPTION="GLEP 63 compliance checker for OpenPGP keys" -HOMEPAGE="https://github.com/mgorny/glep63-check/" +HOMEPAGE="https://github.com/projg2/glep63-check/" SRC_URI=" - https://github.com/mgorny/glep63-check/archive/v${PV}.tar.gz + https://github.com/projg2/glep63-check/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD-2" diff --git a/app-crypt/glep63-check/glep63-check-11.ebuild b/app-crypt/glep63-check/glep63-check-11.ebuild index 512ac29425fa..634b94e0c1c4 100644 --- a/app-crypt/glep63-check/glep63-check-11.ebuild +++ b/app-crypt/glep63-check/glep63-check-11.ebuild @@ -9,9 +9,9 @@ PYTHON_COMPAT=( python3_{9..11} ) inherit distutils-r1 DESCRIPTION="GLEP 63 compliance checker for OpenPGP keys" -HOMEPAGE="https://github.com/mgorny/glep63-check/" +HOMEPAGE="https://github.com/projg2/glep63-check/" SRC_URI=" - https://github.com/mgorny/glep63-check/archive/v${PV}.tar.gz + https://github.com/projg2/glep63-check/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD-2" diff --git a/app-crypt/glep63-check/metadata.xml b/app-crypt/glep63-check/metadata.xml index f9e2668ce048..2965f529ee3b 100644 --- a/app-crypt/glep63-check/metadata.xml +++ b/app-crypt/glep63-check/metadata.xml @@ -11,7 +11,7 @@ <email>mgorny@gentoo.org</email> <name>Michał Górny</name> </maintainer> - <bugs-to>https://github.com/mgorny/glep63-check/issues/</bugs-to> - <remote-id type="github">mgorny/glep63-check</remote-id> + <bugs-to>https://github.com/projg2/glep63-check/issues/</bugs-to> + <remote-id type="github">projg2/glep63-check</remote-id> </upstream> </pkgmetadata> |