From: David Seifert Date: Mon, 13 Jan 2020 10:02:22 +0000 (+0100) Subject: net-analyzer/nethogs: [QA] Fix HomepageInSrcUri X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=3672a07dfe7aae5f8a4599cdb04a51eab9b40cd7;p=gentoo.git net-analyzer/nethogs: [QA] Fix HomepageInSrcUri Signed-off-by: David Seifert --- diff --git a/net-analyzer/nethogs/nethogs-0.8.5-r1.ebuild b/net-analyzer/nethogs/nethogs-0.8.5-r1.ebuild index 412c581fafa1..6b03eed58ae1 100644 --- a/net-analyzer/nethogs/nethogs-0.8.5-r1.ebuild +++ b/net-analyzer/nethogs/nethogs-0.8.5-r1.ebuild @@ -7,7 +7,7 @@ inherit toolchain-funcs DESCRIPTION="A small 'net top' tool, grouping bandwidth by process" HOMEPAGE="https://github.com/raboof/nethogs" -SRC_URI="${HOMEPAGE}/archive/v${PV}.tar.gz -> ${P}.tar.gz" +SRC_URI="https://github.com/raboof/nethogs/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0"