diff options
author | 2020-01-13 11:02:41 +0100 | |
---|---|---|
committer | 2020-01-13 11:02:41 +0100 | |
commit | 7ac668069dfdfa3c3e4fe9a943ca51b5d4b66e79 (patch) | |
tree | df4ded5424b2b6791298e84c1166fa4701f3b72f /net-analyzer/portmon | |
parent | net-analyzer/pinger: [QA] Fix HomepageInSrcUri (diff) | |
download | gentoo-7ac668069dfdfa3c3e4fe9a943ca51b5d4b66e79.tar.gz gentoo-7ac668069dfdfa3c3e4fe9a943ca51b5d4b66e79.tar.bz2 gentoo-7ac668069dfdfa3c3e4fe9a943ca51b5d4b66e79.zip |
net-analyzer/portmon: [QA] Fix HomepageInSrcUri
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'net-analyzer/portmon')
-rw-r--r-- | net-analyzer/portmon/portmon-2.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-analyzer/portmon/portmon-2.0.ebuild b/net-analyzer/portmon/portmon-2.0.ebuild index eb5b845910b8..c413b752a878 100644 --- a/net-analyzer/portmon/portmon-2.0.ebuild +++ b/net-analyzer/portmon/portmon-2.0.ebuild @@ -5,7 +5,7 @@ EAPI=5 DESCRIPTION="Portmon is a network service monitoring daemon" HOMEPAGE="http://aboleo.net/software/portmon/" -SRC_URI="${HOMEPAGE}downloads/${P}.tar.gz" +SRC_URI="http://aboleo.net/software/portmon/downloads/${P}.tar.gz" KEYWORDS="~amd64 ~ppc x86" SLOT="0" |