diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2019-03-16 20:08:21 +0100 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2019-03-20 16:26:01 -0400 |
commit | bf2daf75ca99f07056e0c6bf3c3325c0485785a4 (patch) | |
tree | ea328d80649e6100e18567b5e576ed37529c62ab /dev-php/PEAR-XML_RSS | |
parent | dev-php/PEAR-Text_Password: use HTTPS (diff) | |
download | gentoo-bf2daf75ca99f07056e0c6bf3c3325c0485785a4.tar.gz gentoo-bf2daf75ca99f07056e0c6bf3c3325c0485785a4.tar.bz2 gentoo-bf2daf75ca99f07056e0c6bf3c3325c0485785a4.zip |
dev-php/PEAR-XML_RSS: 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/PEAR-XML_RSS')
-rw-r--r-- | dev-php/PEAR-XML_RSS/PEAR-XML_RSS-1.1.0_alpha1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-php/PEAR-XML_RSS/PEAR-XML_RSS-1.1.0_alpha1.ebuild b/dev-php/PEAR-XML_RSS/PEAR-XML_RSS-1.1.0_alpha1.ebuild index ee29e7f4a89e..908c1cb9bcdd 100644 --- a/dev-php/PEAR-XML_RSS/PEAR-XML_RSS-1.1.0_alpha1.ebuild +++ b/dev-php/PEAR-XML_RSS/PEAR-XML_RSS-1.1.0_alpha1.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 @@ -9,7 +9,7 @@ MY_PV="${MY_PV/alpha/a}" MY_P="${MY_PN}-${MY_PV}" DESCRIPTION="PHP parser for RDF and RSS documents" -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" |