diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-08-10 16:18:46 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-08-10 16:20:12 +0200 |
commit | 7da02ba45fa66fa66cc34cadd164e740c2792498 (patch) | |
tree | 39ef56888a9f9f764602c99a21fb92c95663f72f /app-portage/gentoopm | |
parent | app-portage/gemato: Update URLs (diff) | |
download | gentoo-7da02ba45fa66fa66cc34cadd164e740c2792498.tar.gz gentoo-7da02ba45fa66fa66cc34cadd164e740c2792498.tar.bz2 gentoo-7da02ba45fa66fa66cc34cadd164e740c2792498.zip |
app-portage/gentoopm: Update URLs
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-portage/gentoopm')
-rw-r--r-- | app-portage/gentoopm/gentoopm-0.4.ebuild | 4 | ||||
-rw-r--r-- | app-portage/gentoopm/gentoopm-9999.ebuild | 4 | ||||
-rw-r--r-- | app-portage/gentoopm/metadata.xml | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/app-portage/gentoopm/gentoopm-0.4.ebuild b/app-portage/gentoopm/gentoopm-0.4.ebuild index a0239a1e00e6..7c4adef8e55a 100644 --- a/app-portage/gentoopm/gentoopm-0.4.ebuild +++ b/app-portage/gentoopm/gentoopm-0.4.ebuild @@ -9,9 +9,9 @@ PYTHON_COMPAT=( python3_{8..11} pypy3 ) inherit distutils-r1 DESCRIPTION="A common interface to Gentoo package managers" -HOMEPAGE="https://github.com/mgorny/gentoopm/" +HOMEPAGE="https://github.com/projg2/gentoopm/" SRC_URI=" - https://github.com/mgorny/gentoopm/archive/v${PV}.tar.gz + https://github.com/projg2/gentoopm/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD-2" diff --git a/app-portage/gentoopm/gentoopm-9999.ebuild b/app-portage/gentoopm/gentoopm-9999.ebuild index 93e0b5ad6e14..8a42963846f3 100644 --- a/app-portage/gentoopm/gentoopm-9999.ebuild +++ b/app-portage/gentoopm/gentoopm-9999.ebuild @@ -9,8 +9,8 @@ PYTHON_COMPAT=( python3_{8..11} pypy3 ) inherit distutils-r1 git-r3 DESCRIPTION="A common interface to Gentoo package managers" -HOMEPAGE="https://github.com/mgorny/gentoopm/" -EGIT_REPO_URI="https://github.com/mgorny/gentoopm.git" +HOMEPAGE="https://github.com/projg2/gentoopm/" +EGIT_REPO_URI="https://github.com/projg2/gentoopm.git" LICENSE="BSD-2" SLOT="0" diff --git a/app-portage/gentoopm/metadata.xml b/app-portage/gentoopm/metadata.xml index 96c8ee1d462d..4eaa4cb48702 100644 --- a/app-portage/gentoopm/metadata.xml +++ b/app-portage/gentoopm/metadata.xml @@ -11,8 +11,8 @@ <email>mgorny@gentoo.org</email> <name>Michał Górny</name> </maintainer> - <bugs-to>https://github.com/mgorny/gentoopm/issues/</bugs-to> - <remote-id type="github">mgorny/gentoopm</remote-id> + <bugs-to>https://github.com/projg2/gentoopm/issues/</bugs-to> + <remote-id type="github">projg2/gentoopm</remote-id> <remote-id type="pypi">gentoopm</remote-id> </upstream> </pkgmetadata> |