commit: 5143e21f69885026592f2a00e9d56d00e41eacc9 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Tue Nov 15 18:40:25 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue Nov 15 18:40:25 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5143e21f
sys-apps/man-db: sync live Signed-off-by: Sam James <sam <AT> gentoo.org> sys-apps/man-db/man-db-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-apps/man-db/man-db-9999.ebuild b/sys-apps/man-db/man-db-9999.ebuild index 4fa6a76276ee..656aff6f15d3 100644 --- a/sys-apps/man-db/man-db-9999.ebuild +++ b/sys-apps/man-db/man-db-9999.ebuild @@ -6,10 +6,10 @@ EAPI=8 inherit systemd prefix tmpfiles DESCRIPTION="A man replacement that utilizes dbm instead of flat files" -HOMEPAGE="https://gitlab.com/cjwatson/man-db https://www.nongnu.org/man-db/" +HOMEPAGE="https://gitlab.com/man-db/man-db https://www.nongnu.org/man-db/" if [[ ${PV} == *9999 ]] ; then inherit autotools git-r3 - EGIT_REPO_URI="https://gitlab.com/cjwatson/man-db.git" + EGIT_REPO_URI="https://gitlab.com/man-db/man-db" else # TODO: Change tarballs to gitlab too...? SRC_URI="mirror://nongnu/${PN}/${P}.tar.xz"