diff options
author | Michael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com> | 2016-07-07 19:32:20 +0200 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2016-07-09 08:26:49 +0000 |
commit | 7863251050a4b3c5640488810ac9b61735906a13 (patch) | |
tree | dafa7cae709acea8270075c537456f9f0f3bfd1e /net-analyzer/nettop | |
parent | dev-python/libzilla: Regenerate Manifest file. (diff) | |
download | gentoo-7863251050a4b3c5640488810ac9b61735906a13.tar.gz gentoo-7863251050a4b3c5640488810ac9b61735906a13.tar.bz2 gentoo-7863251050a4b3c5640488810ac9b61735906a13.zip |
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@gentoo.org>
Diffstat (limited to 'net-analyzer/nettop')
-rw-r--r-- | net-analyzer/nettop/nettop-0.2.3-r2.ebuild | 4 |
1 files 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 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" |