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-misc/throttle/
Date: Sat, 08 Feb 2020 14:19:00
Message-Id: 1581171468.66f0634a8d3367dedb462ed6ae46b552667735de.soap@gentoo
1 commit: 66f0634a8d3367dedb462ed6ae46b552667735de
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 8 14:17:48 2020 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 8 14:17:48 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66f0634a
7
8 net-misc/throttle: [QA] Fix BadHomepage
9
10 Signed-off-by: David Seifert <soap <AT> gentoo.org>
11
12 net-misc/throttle/throttle-1.2-r1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/net-misc/throttle/throttle-1.2-r1.ebuild b/net-misc/throttle/throttle-1.2-r1.ebuild
16 index a5112cba9fc..15222cd4de1 100644
17 --- a/net-misc/throttle/throttle-1.2-r1.ebuild
18 +++ b/net-misc/throttle/throttle-1.2-r1.ebuild
19 @@ -9,7 +9,7 @@ inherit autotools
20 # disappeared
21
22 DESCRIPTION="Bandwidth limiting pipe"
23 -HOMEPAGE="https://www.gentoo.org/"
24 +HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"
25 SRC_URI="https://dev.gentoo.org/~grobian/${P}.tar.gz"
26
27 LICENSE="GPL-2"