From 2200b60f839386a0cfb5fc318ed48a133c2ffc90 Mon Sep 17 00:00:00 2001 From: Michael Mair-Keimberger Date: Fri, 30 Mar 2018 22:16:02 +0200 Subject: dev-libs/tre: use HTTPS --- dev-libs/tre/tre-0.8.0-r1.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'dev-libs/tre/tre-0.8.0-r1.ebuild') diff --git a/dev-libs/tre/tre-0.8.0-r1.ebuild b/dev-libs/tre/tre-0.8.0-r1.ebuild index 021603eac0f0..462846e4dc05 100644 --- a/dev-libs/tre/tre-0.8.0-r1.ebuild +++ b/dev-libs/tre/tre-0.8.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,8 +6,8 @@ EAPI=6 inherit multilib DESCRIPTION="Lightweight, robust, and efficient POSIX compliant regexp matching library" -HOMEPAGE="http://laurikari.net/tre/ https://github.com/laurikari/tre/" -SRC_URI="http://laurikari.net/tre/${P}.tar.bz2" +HOMEPAGE="https://laurikari.net/tre/ https://github.com/laurikari/tre/" +SRC_URI="https://laurikari.net/tre/${P}.tar.bz2" LICENSE="BSD-2" SLOT="0" -- cgit v1.2.3-65-gdbad