diff options
-rw-r--r-- | app-portage/pram/metadata.xml | 4 | ||||
-rw-r--r-- | app-portage/pram/pram-10.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/app-portage/pram/metadata.xml b/app-portage/pram/metadata.xml index 0b3b5635fcc0..8a8dbe18503f 100644 --- a/app-portage/pram/metadata.xml +++ b/app-portage/pram/metadata.xml @@ -11,7 +11,7 @@ <email>mgorny@gentoo.org</email> <name>Michał Górny</name> </maintainer> - <bugs-to>https://github.com/mgorny/pram/issues/</bugs-to> - <remote-id type="github">mgorny/pram</remote-id> + <bugs-to>https://github.com/projg2/pram/issues/</bugs-to> + <remote-id type="github">projg2/pram</remote-id> </upstream> </pkgmetadata> diff --git a/app-portage/pram/pram-10.ebuild b/app-portage/pram/pram-10.ebuild index c60fc2d697b3..25e440cef3bf 100644 --- a/app-portage/pram/pram-10.ebuild +++ b/app-portage/pram/pram-10.ebuild @@ -6,8 +6,8 @@ EAPI=7 inherit meson DESCRIPTION="Tool to ease merging Pull Requests and git patches" -HOMEPAGE="https://github.com/mgorny/pram" -SRC_URI="https://github.com/mgorny/pram/archive/v${PV}.tar.gz -> ${P}.tar.gz" +HOMEPAGE="https://github.com/projg2/pram" +SRC_URI="https://github.com/projg2/pram/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD-2" SLOT="0" |