diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2019-03-16 20:07:28 +0100 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2019-03-20 16:26:00 -0400 |
commit | 118e164966eec87f6420270178f8fc9deb65eb4b (patch) | |
tree | 2b985fa9e44c9b652d4348d5e543f804936f2d7d /dev-php/PEAR-Text_Password | |
parent | dev-php/PEAR-Text_Highlighter: use HTTPS (diff) | |
download | gentoo-118e164966eec87f6420270178f8fc9deb65eb4b.tar.gz gentoo-118e164966eec87f6420270178f8fc9deb65eb4b.tar.bz2 gentoo-118e164966eec87f6420270178f8fc9deb65eb4b.zip |
dev-php/PEAR-Text_Password: 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-Text_Password')
-rw-r--r-- | dev-php/PEAR-Text_Password/PEAR-Text_Password-1.2.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-php/PEAR-Text_Password/PEAR-Text_Password-1.2.1.ebuild b/dev-php/PEAR-Text_Password/PEAR-Text_Password-1.2.1.ebuild index 3ba8e34522fd..f8380282d2a6 100644 --- a/dev-php/PEAR-Text_Password/PEAR-Text_Password-1.2.1.ebuild +++ b/dev-php/PEAR-Text_Password/PEAR-Text_Password-1.2.1.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="Creating passwords with PHP" -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="MIT" SLOT="0" |