From: Michael Mair-Keimberger Date: Fri, 30 Mar 2018 20:16:02 +0000 (+0200) Subject: dev-libs/tre: use HTTPS X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=2200b60f839386a0cfb5fc318ed48a133c2ffc90;p=gentoo.git dev-libs/tre: use HTTPS --- 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"