From 18f0c763edcd8e90c9afb37404ee807d71733edf Mon Sep 17 00:00:00 2001 From: Michael Mair-Keimberger Date: Sat, 16 Mar 2019 19:47:15 +0100 Subject: dev-php/PEAR-Exception: use HTTPS Signed-off-by: Michael Mair-Keimberger Signed-off-by: Aaron Bauman --- dev-php/PEAR-Exception/PEAR-Exception-1.0.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dev-php/PEAR-Exception') diff --git a/dev-php/PEAR-Exception/PEAR-Exception-1.0.0.ebuild b/dev-php/PEAR-Exception/PEAR-Exception-1.0.0.ebuild index 1a4d317b5dde..d31dff2fcde4 100644 --- a/dev-php/PEAR-Exception/PEAR-Exception-1.0.0.ebuild +++ b/dev-php/PEAR-Exception/PEAR-Exception-1.0.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -7,7 +7,7 @@ MY_PN="${PN/-/_}" MY_P="${MY_PN}-${PV}" DESCRIPTION="The PEAR Exception base class" -HOMEPAGE="http://pear.php.net/package/${MY_PN}" +HOMEPAGE="https://pear.php.net/package/${MY_PN}" SRC_URI="http://download.pear.php.net/package/${MY_P}.tgz" LICENSE="BSD-2" SLOT="0" -- cgit v1.2.3-65-gdbad