From: Michael Mair-Keimberger (asterix) Date: Thu, 7 Jul 2016 17:32:20 +0000 (+0200) Subject: net-analyzer/nettop: fix HOMEPAGE and SRC_URI. X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=7863251050a4b3c5640488810ac9b61735906a13;p=gentoo.git net-analyzer/nettop: fix HOMEPAGE and SRC_URI. Gentoo-Bug: https://bugs.gentoo.org/353666 Closes: https://github.com/gentoo/gentoo/pull/1848 Signed-off-by: Patrice Clement --- diff --git a/net-analyzer/nettop/nettop-0.2.3-r2.ebuild b/net-analyzer/nettop/nettop-0.2.3-r2.ebuild index d1bc2d0b49f2..c027b461dedc 100644 --- a/net-analyzer/nettop/nettop-0.2.3-r2.ebuild +++ b/net-analyzer/nettop/nettop-0.2.3-r2.ebuild @@ -7,8 +7,8 @@ EAPI=5 inherit eutils toolchain-funcs DESCRIPTION="top like program for network activity" -SRC_URI="http://srparish.net/scripts/${P}.tar.gz" -HOMEPAGE="http://srparish.net/software/" +SRC_URI="mirror://gentoo/${P}.tar.gz" +HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage" SLOT="0" LICENSE="BSD"