diff options
author | 2022-11-15 18:40:25 +0000 | |
---|---|---|
committer | 2022-11-15 18:40:25 +0000 | |
commit | 5143e21f69885026592f2a00e9d56d00e41eacc9 (patch) | |
tree | e2aade0148a0de431a6180a17e57dfbec9df4f3a /sys-apps/man-db/man-db-9999.ebuild | |
parent | app-editors/nano: add 7.0 (diff) | |
download | gentoo-5143e21f69885026592f2a00e9d56d00e41eacc9.tar.gz gentoo-5143e21f69885026592f2a00e9d56d00e41eacc9.tar.bz2 gentoo-5143e21f69885026592f2a00e9d56d00e41eacc9.zip |
sys-apps/man-db: sync live
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-apps/man-db/man-db-9999.ebuild')
-rw-r--r-- | sys-apps/man-db/man-db-9999.ebuild | 4 |
1 files 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" |