commit: c037897e55a112b28892b13ebbda5f55ce434828 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com> AuthorDate: Sat Mar 9 18:05:06 2019 +0000 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org> CommitDate: Mon Mar 11 04:46:58 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c037897e
net-libs/libflowmanager: use HTTPS Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com> Signed-off-by: Aaron Bauman <bman <AT> gentoo.org> net-libs/libflowmanager/libflowmanager-3.0.0-r1.ebuild | 6 +++--- 1 file 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 6705dcc8dc9..b72a446e2c9 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"
