diff options
author | David Seifert <soap@gentoo.org> | 2020-01-13 11:02:38 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-01-13 11:02:38 +0100 |
commit | d6c5053e343aba55a9038aa2454d00080695310c (patch) | |
tree | 336d374e2b50cb584442819813bf9b744862859b /net-analyzer/pinger | |
parent | net-analyzer/packit: [QA] Fix HomepageInSrcUri (diff) | |
download | gentoo-d6c5053e343aba55a9038aa2454d00080695310c.tar.gz gentoo-d6c5053e343aba55a9038aa2454d00080695310c.tar.bz2 gentoo-d6c5053e343aba55a9038aa2454d00080695310c.zip |
net-analyzer/pinger: [QA] Fix HomepageInSrcUri
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'net-analyzer/pinger')
-rw-r--r-- | net-analyzer/pinger/pinger-0.33.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-analyzer/pinger/pinger-0.33.ebuild b/net-analyzer/pinger/pinger-0.33.ebuild index 55c82f856862..2130dbcbe717 100644 --- a/net-analyzer/pinger/pinger-0.33.ebuild +++ b/net-analyzer/pinger/pinger-0.33.ebuild @@ -7,7 +7,7 @@ inherit autotools eutils flag-o-matic DESCRIPTION="Cyclic multi ping utility for selected adresses using GTK/ncurses" HOMEPAGE="http://aa.vslib.cz/silk/projekty/pinger/" -SRC_URI="${HOMEPAGE}download/${P}.tar.gz" +SRC_URI="http://aa.vslib.cz/silk/projekty/pinger/download/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" |