summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-doc/eclass-manpages/eclass-manpages-99999999.ebuild')
-rw-r--r--app-doc/eclass-manpages/eclass-manpages-99999999.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/app-doc/eclass-manpages/eclass-manpages-99999999.ebuild b/app-doc/eclass-manpages/eclass-manpages-99999999.ebuild
index d8ff66c9b36b..2a553378b663 100644
--- a/app-doc/eclass-manpages/eclass-manpages-99999999.ebuild
+++ b/app-doc/eclass-manpages/eclass-manpages-99999999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -6,7 +6,7 @@ EAPI=8
inherit git-r3
DESCRIPTION="Collection of Gentoo eclass manpages"
-HOMEPAGE="https://github.com/mgorny/eclass-to-manpage"
+HOMEPAGE="https://github.com/projg2/eclass-to-manpage"
EGIT_REPO_URI="https://anongit.gentoo.org/git/repo/gentoo.git
https://github.com/gentoo/gentoo.git"
@@ -17,10 +17,10 @@ BDEPEND="sys-apps/gawk"
src_unpack() {
git-r3_fetch
- git-r3_fetch "https://github.com/mgorny/eclass-to-manpage.git"
+ git-r3_fetch "https://github.com/projg2/eclass-to-manpage.git"
git-r3_checkout "" "" "" eclass
- git-r3_checkout "https://github.com/mgorny/eclass-to-manpage.git"
+ git-r3_checkout "https://github.com/projg2/eclass-to-manpage.git"
}
src_compile() {