diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-06-03 11:26:29 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-06-03 09:48:19 -0400 |
commit | cf21bacc348d28876c51c72e7890200d52bbe284 (patch) | |
tree | 5c830d93048fdc9738ee9b26c0f55c25828c4d19 /net-analyzer/ntopng | |
parent | media-gfx/librecad: use HTTPs (diff) | |
download | gentoo-cf21bacc348d28876c51c72e7890200d52bbe284.tar.gz gentoo-cf21bacc348d28876c51c72e7890200d52bbe284.tar.bz2 gentoo-cf21bacc348d28876c51c72e7890200d52bbe284.zip |
net-analyzer/ntopng: use HTTPs
Diffstat (limited to 'net-analyzer/ntopng')
-rw-r--r-- | net-analyzer/ntopng/ntopng-2.4.ebuild | 4 | ||||
-rw-r--r-- | net-analyzer/ntopng/ntopng-3.0-r2.ebuild | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/net-analyzer/ntopng/ntopng-2.4.ebuild b/net-analyzer/ntopng/ntopng-2.4.ebuild index 0e383ae5ce4d..d024ad1f63db 100644 --- a/net-analyzer/ntopng/ntopng-2.4.ebuild +++ b/net-analyzer/ntopng/ntopng-2.4.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 inherit autotools eutils user toolchain-funcs DESCRIPTION="Network traffic analyzer with web interface" -HOMEPAGE="http://www.ntop.org/" +HOMEPAGE="https://www.ntop.org/" SRC_URI="mirror://sourceforge/ntop/${PN}/${P}-stable.tar.gz -> ${P}.tar.gz" LICENSE="GPL-3" diff --git a/net-analyzer/ntopng/ntopng-3.0-r2.ebuild b/net-analyzer/ntopng/ntopng-3.0-r2.ebuild index 0fc8da9c6326..bbf5c8da9375 100644 --- a/net-analyzer/ntopng/ntopng-3.0-r2.ebuild +++ b/net-analyzer/ntopng/ntopng-3.0-r2.ebuild @@ -5,7 +5,7 @@ EAPI=6 inherit autotools user toolchain-funcs DESCRIPTION="Network traffic analyzer with web interface" -HOMEPAGE="http://www.ntop.org/" +HOMEPAGE="https://www.ntop.org/" SRC_URI="https://github.com/ntop/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-3" |