Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-dialup/ppp-scripts/
Date: Sat, 08 Feb 2020 14:18:56
Message-Id: 1581171450.085cf89af2f8497e613115be68b80b62ee20d779.soap@gentoo
1 commit: 085cf89af2f8497e613115be68b80b62ee20d779
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 8 14:17:30 2020 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 8 14:17:30 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=085cf89a
7
8 net-dialup/ppp-scripts: [QA] Fix BadHomepage
9
10 Signed-off-by: David Seifert <soap <AT> gentoo.org>
11
12 net-dialup/ppp-scripts/ppp-scripts-0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/net-dialup/ppp-scripts/ppp-scripts-0.ebuild b/net-dialup/ppp-scripts/ppp-scripts-0.ebuild
16 index e63538fa02b..706162a982c 100644
17 --- a/net-dialup/ppp-scripts/ppp-scripts-0.ebuild
18 +++ b/net-dialup/ppp-scripts/ppp-scripts-0.ebuild
19 @@ -4,7 +4,7 @@
20 EAPI=5
21
22 DESCRIPTION="Common set of scripts for various PPP implementations"
23 -HOMEPAGE="https://gentoo.org/"
24 +HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"
25 SRC_URI="https://dev.gentoo.org/~pinkbyte/distfiles/${P}.tar.xz"
26
27 LICENSE="GPL-2"