From: Michael Mair-Keimberger Date: Mon, 8 Apr 2019 17:13:06 +0000 (+0200) Subject: net-libs/nDPI: use HTTPS. X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=9c99e3967fb5d1e8731c7f06c0ae6230397a0921;p=gentoo.git net-libs/nDPI: use HTTPS. Signed-off-by: Michael Mair-Keimberger Closes: https://github.com/gentoo/gentoo/pull/11636 Signed-off-by: Patrice Clement --- 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"