diff options
author | Sam James <sam@gentoo.org> | 2022-04-15 07:02:22 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-04-15 07:02:45 +0100 |
commit | 4a23e6eacb3690428d5aec6cb464bad4d03c1832 (patch) | |
tree | 7a1fb8df566775b63ffcfa1cf04769ae9050026d /sys-apps/dog | |
parent | sys-libs/pwdb: fix generic (p.g.o) HOMEPAGE (diff) | |
download | gentoo-4a23e6eacb3690428d5aec6cb464bad4d03c1832.tar.gz gentoo-4a23e6eacb3690428d5aec6cb464bad4d03c1832.tar.bz2 gentoo-4a23e6eacb3690428d5aec6cb464bad4d03c1832.zip |
sys-apps/dog: fix generic (p.g.o) HOMEPAGE
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-apps/dog')
-rw-r--r-- | sys-apps/dog/dog-1.7-r6.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys-apps/dog/dog-1.7-r6.ebuild b/sys-apps/dog/dog-1.7-r6.ebuild index a01706d9785e..41f3a8dde798 100644 --- a/sys-apps/dog/dog-1.7-r6.ebuild +++ b/sys-apps/dog/dog-1.7-r6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,8 +6,7 @@ EAPI=6 inherit toolchain-funcs DESCRIPTION="Dog is better than cat" -# the best HOMEPAGE we have. -HOMEPAGE="https://packages.gentoo.org/package/sys-apps/dog" +HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage" SRC_URI="mirror://gentoo/${P}.tar.gz" LICENSE="GPL-2" |