diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2019-03-16 20:05:39 +0100 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2019-03-20 16:25:58 -0400 |
commit | b716a7976f8e25cfc2ba8c92b95957955f426c12 (patch) | |
tree | ef2e59674febdf23848684cc1d25ab9e2e799dae /dev-php | |
parent | dev-php/PEAR-Structures_Graph: use HTTPS (diff) | |
download | gentoo-b716a7976f8e25cfc2ba8c92b95957955f426c12.tar.gz gentoo-b716a7976f8e25cfc2ba8c92b95957955f426c12.tar.bz2 gentoo-b716a7976f8e25cfc2ba8c92b95957955f426c12.zip |
dev-php/PEAR-System_Command: use HTTPS
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/PEAR-System_Command/PEAR-System_Command-1.0.8-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-php/PEAR-System_Command/PEAR-System_Command-1.0.8-r1.ebuild b/dev-php/PEAR-System_Command/PEAR-System_Command-1.0.8-r1.ebuild index a13d8e50ad5d..e08d68288992 100644 --- a/dev-php/PEAR-System_Command/PEAR-System_Command-1.0.8-r1.ebuild +++ b/dev-php/PEAR-System_Command/PEAR-System_Command-1.0.8-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 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/PEAR-/}" MY_P="${MY_PN}-${PV}" DESCRIPTION="PHP command-line execution interface" -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="PHP-3.01" SLOT="0" |