diff options
author | David Seifert <soap@gentoo.org> | 2020-02-08 15:17:30 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-02-08 15:17:30 +0100 |
commit | 085cf89af2f8497e613115be68b80b62ee20d779 (patch) | |
tree | dd6f1c24cafe975173f675f59f3311293cc82f0c /net-dialup | |
parent | net-analyzer/traceroute-nanog: [QA] Fix BadHomepage (diff) | |
download | gentoo-085cf89af2f8497e613115be68b80b62ee20d779.tar.gz gentoo-085cf89af2f8497e613115be68b80b62ee20d779.tar.bz2 gentoo-085cf89af2f8497e613115be68b80b62ee20d779.zip |
net-dialup/ppp-scripts: [QA] Fix BadHomepage
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'net-dialup')
-rw-r--r-- | net-dialup/ppp-scripts/ppp-scripts-0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-dialup/ppp-scripts/ppp-scripts-0.ebuild b/net-dialup/ppp-scripts/ppp-scripts-0.ebuild index e63538fa02ba..706162a982c8 100644 --- a/net-dialup/ppp-scripts/ppp-scripts-0.ebuild +++ b/net-dialup/ppp-scripts/ppp-scripts-0.ebuild @@ -4,7 +4,7 @@ EAPI=5 DESCRIPTION="Common set of scripts for various PPP implementations" -HOMEPAGE="https://gentoo.org/" +HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage" SRC_URI="https://dev.gentoo.org/~pinkbyte/distfiles/${P}.tar.xz" LICENSE="GPL-2" |