diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2019-03-09 19:08:36 +0100 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2019-03-11 00:46:59 -0400 |
commit | 609c32297df107847e895381fa93a80c62bd1939 (patch) | |
tree | f55665af910556c60a2e565df236eace8d0f2715 /net-libs/libtrace | |
parent | net-libs/libprotoident: use HTTPS (diff) | |
download | gentoo-609c32297df107847e895381fa93a80c62bd1939.tar.gz gentoo-609c32297df107847e895381fa93a80c62bd1939.tar.bz2 gentoo-609c32297df107847e895381fa93a80c62bd1939.zip |
net-libs/libtrace: 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/libtrace')
-rw-r--r-- | net-libs/libtrace/libtrace-4.0.5.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
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" |