diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2024-08-30 22:56:12 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-08-31 17:00:00 +0300 |
commit | 9cd34eac868912be8e3cb2a71a0b0afe606d1cf3 (patch) | |
tree | 9dab3b1c20d7bbf1fe529fba49816dedbe2a0a19 /net-analyzer/iftop | |
parent | app-dicts/myspell-id: EAPI 7 -> 8 (diff) | |
download | gentoo-9cd34eac868912be8e3cb2a71a0b0afe606d1cf3.tar.gz gentoo-9cd34eac868912be8e3cb2a71a0b0afe606d1cf3.tar.bz2 gentoo-9cd34eac868912be8e3cb2a71a0b0afe606d1cf3.zip |
net-analyzer/iftop: use HTTPS
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'net-analyzer/iftop')
-rw-r--r-- | net-analyzer/iftop/iftop-1.0_pre4-r5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-analyzer/iftop/iftop-1.0_pre4-r5.ebuild b/net-analyzer/iftop/iftop-1.0_pre4-r5.ebuild index 23bb00c63b89..23b4203493f8 100644 --- a/net-analyzer/iftop/iftop-1.0_pre4-r5.ebuild +++ b/net-analyzer/iftop/iftop-1.0_pre4-r5.ebuild @@ -6,8 +6,8 @@ EAPI=8 inherit autotools DESCRIPTION="Display bandwidth usage on an interface" -HOMEPAGE="http://www.ex-parrot.com/pdw/iftop/ https://code.blinkace.com/pdw/iftop" -SRC_URI="http://www.ex-parrot.com/pdw/iftop/download/${P/_/}.tar.gz" +HOMEPAGE="https://www.ex-parrot.com/pdw/iftop/ https://code.blinkace.com/pdw/iftop" +SRC_URI="https://www.ex-parrot.com/pdw/iftop/download/${P/_/}.tar.gz" S="${WORKDIR}"/${P/_/} LICENSE="GPL-2" |