diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2019-03-16 20:00:19 +0100 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2019-03-20 16:25:52 -0400 |
commit | 1b780e8bcf2e95c9cf04073e369458b0751d5311 (patch) | |
tree | b5f820dc8da935dc2ca90958b1ae182a9c59f8a8 /dev-php/PEAR-Net_SmartIRC | |
parent | dev-php/PEAR-Net_Ping: use HTTPS (diff) | |
download | gentoo-1b780e8bcf2e95c9cf04073e369458b0751d5311.tar.gz gentoo-1b780e8bcf2e95c9cf04073e369458b0751d5311.tar.bz2 gentoo-1b780e8bcf2e95c9cf04073e369458b0751d5311.zip |
dev-php/PEAR-Net_SmartIRC: 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-Net_SmartIRC')
-rw-r--r-- | dev-php/PEAR-Net_SmartIRC/PEAR-Net_SmartIRC-1.1.10-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-php/PEAR-Net_SmartIRC/PEAR-Net_SmartIRC-1.1.10-r1.ebuild b/dev-php/PEAR-Net_SmartIRC/PEAR-Net_SmartIRC-1.1.10-r1.ebuild index 3801bdab55a3..bb9ca4cc4a26 100644 --- a/dev-php/PEAR-Net_SmartIRC/PEAR-Net_SmartIRC-1.1.10-r1.ebuild +++ b/dev-php/PEAR-Net_SmartIRC/PEAR-Net_SmartIRC-1.1.10-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 @@ -6,7 +6,7 @@ EAPI=6 MY_PN="${PN/PEAR-/}" MY_P="${MY_PN}-${PV}" -HOMEPAGE="http://pear.php.net/package/${MY_PN}" +HOMEPAGE="https://pear.php.net/package/${MY_PN}" # The PEAR tarball is missing some docs as of v1.10.0. SRC_URI="https://github.com/pear/${MY_PN}/archive/v${PV}.tar.gz -> ${MY_P}.tar.gz" |