diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2019-03-09 19:05:06 +0100 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2019-03-11 00:46:58 -0400 |
commit | c037897e55a112b28892b13ebbda5f55ce434828 (patch) | |
tree | d4f274a4ca7729958ec8e0ce0aa8c8e4f2f402c1 /net-libs/libflowmanager | |
parent | net-analyzer/ndoutils: use HTTPS (diff) | |
download | gentoo-c037897e55a112b28892b13ebbda5f55ce434828.tar.gz gentoo-c037897e55a112b28892b13ebbda5f55ce434828.tar.bz2 gentoo-c037897e55a112b28892b13ebbda5f55ce434828.zip |
net-libs/libflowmanager: use HTTPS
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'net-libs/libflowmanager')
-rw-r--r-- | net-libs/libflowmanager/libflowmanager-3.0.0-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-libs/libflowmanager/libflowmanager-3.0.0-r1.ebuild b/net-libs/libflowmanager/libflowmanager-3.0.0-r1.ebuild index 6705dcc8dc91..b72a446e2c9b 100644 --- a/net-libs/libflowmanager/libflowmanager-3.0.0-r1.ebuild +++ b/net-libs/libflowmanager/libflowmanager-3.0.0-r1.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 inherit eutils DESCRIPTION="A library that measures and reports on packet flows" -HOMEPAGE="http://research.wand.net.nz/software/libflowmanager.php" -SRC_URI="http://research.wand.net.nz/software/${PN}/${P}.tar.gz" +HOMEPAGE="https://research.wand.net.nz/software/libflowmanager.php" +SRC_URI="https://research.wand.net.nz/software/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0/3" |