From 609c32297df107847e895381fa93a80c62bd1939 Mon Sep 17 00:00:00 2001 From: Michael Mair-Keimberger Date: Sat, 9 Mar 2019 19:08:36 +0100 Subject: net-libs/libtrace: use HTTPS Signed-off-by: Michael Mair-Keimberger Signed-off-by: Aaron Bauman --- net-libs/libtrace/libtrace-4.0.5.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'net-libs/libtrace') diff --git a/net-libs/libtrace/libtrace-4.0.5.ebuild b/net-libs/libtrace/libtrace-4.0.5.ebuild index 14825e4a8334..c8291b01d7ff 100644 --- a/net-libs/libtrace/libtrace-4.0.5.ebuild +++ b/net-libs/libtrace/libtrace-4.0.5.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 inherit autotools eutils DESCRIPTION="A library and tools for trace processing" -HOMEPAGE="http://research.wand.net.nz/software/libtrace.php" -SRC_URI="http://research.wand.net.nz/software/${PN}/${P/_/-}.tar.gz" +HOMEPAGE="https://research.wand.net.nz/software/libtrace.php" +SRC_URI="https://research.wand.net.nz/software/${PN}/${P/_/-}.tar.gz" LICENSE="LGPL-3" SLOT="0" -- cgit v1.2.3-65-gdbad