diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2019-04-08 19:13:06 +0200 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2019-04-08 23:36:29 +0200 |
commit | 9c99e3967fb5d1e8731c7f06c0ae6230397a0921 (patch) | |
tree | 4846b62109b551065fa1b98073210349e2167d16 /net-libs | |
parent | dev-libs/ell: arm64 keyworded (bug #657616) (diff) | |
download | gentoo-9c99e3967fb5d1e8731c7f06c0ae6230397a0921.tar.gz gentoo-9c99e3967fb5d1e8731c7f06c0ae6230397a0921.tar.bz2 gentoo-9c99e3967fb5d1e8731c7f06c0ae6230397a0921.zip |
net-libs/nDPI: use HTTPS.
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/11636
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/nDPI/nDPI-2.0.ebuild | 4 | ||||
-rw-r--r-- | net-libs/nDPI/nDPI-2.2.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net-libs/nDPI/nDPI-2.0.ebuild b/net-libs/nDPI/nDPI-2.0.ebuild index bb584aa942cb..4ebbdd771cb6 100644 --- a/net-libs/nDPI/nDPI-2.0.ebuild +++ b/net-libs/nDPI/nDPI-2.0.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 inherit autotools eutils multilib DESCRIPTION="Open Source Deep Packet Inspection Software Toolkit" -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" diff --git a/net-libs/nDPI/nDPI-2.2.ebuild b/net-libs/nDPI/nDPI-2.2.ebuild index 6c0160ff6cd8..5900e30b80b8 100644 --- a/net-libs/nDPI/nDPI-2.2.ebuild +++ b/net-libs/nDPI/nDPI-2.2.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 inherit autotools eutils multilib versionator DESCRIPTION="Open Source Deep Packet Inspection Software Toolkit" -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" |