commit: 7863251050a4b3c5640488810ac9b61735906a13 Author: Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail <DOT> com> AuthorDate: Thu Jul 7 17:32:20 2016 +0000 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org> CommitDate: Sat Jul 9 08:26:49 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78632510
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 <monsieurp <AT> gentoo.org> net-analyzer/nettop/nettop-0.2.3-r2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-analyzer/nettop/nettop-0.2.3-r2.ebuild b/net-analyzer/nettop/nettop-0.2.3-r2.ebuild index d1bc2d0..c027b46 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"
