diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2019-03-16 20:06:07 +0100 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2019-03-20 16:25:59 -0400 |
commit | 76e093dc91e0b33077e34b45baa0dc4461ead07c (patch) | |
tree | f3eccdd1069c20d70bb3fa1088221544443f90bb /dev-php/PEAR-Text_Figlet | |
parent | dev-php/PEAR-System_Command: use HTTPS (diff) | |
download | gentoo-76e093dc91e0b33077e34b45baa0dc4461ead07c.tar.gz gentoo-76e093dc91e0b33077e34b45baa0dc4461ead07c.tar.bz2 gentoo-76e093dc91e0b33077e34b45baa0dc4461ead07c.zip |
dev-php/PEAR-Text_Figlet: 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_Figlet')
-rw-r--r-- | dev-php/PEAR-Text_Figlet/PEAR-Text_Figlet-1.0.2-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-php/PEAR-Text_Figlet/PEAR-Text_Figlet-1.0.2-r1.ebuild b/dev-php/PEAR-Text_Figlet/PEAR-Text_Figlet-1.0.2-r1.ebuild index 8ecfa49b334d..2e7a9c7fc7e1 100644 --- a/dev-php/PEAR-Text_Figlet/PEAR-Text_Figlet-1.0.2-r1.ebuild +++ b/dev-php/PEAR-Text_Figlet/PEAR-Text_Figlet-1.0.2-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="Render text using FIGlet fonts" -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 examples? ( GPL-2+ OFL-1.1 )" |