diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2019-03-16 20:04:04 +0100 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2019-03-20 16:25:56 -0400 |
commit | 11603abf548749c2090e1a3bf8aac1c68f8fa819 (patch) | |
tree | 3640e7050bbe6ed845c7a67e78cacb27060b1597 /dev-php/PEAR-Services_W3C_CSSValidator | |
parent | dev-php/PEAR-PHP_Beautifier: use HTTPS (diff) | |
download | gentoo-11603abf548749c2090e1a3bf8aac1c68f8fa819.tar.gz gentoo-11603abf548749c2090e1a3bf8aac1c68f8fa819.tar.bz2 gentoo-11603abf548749c2090e1a3bf8aac1c68f8fa819.zip |
dev-php/PEAR-Services_W3C_CSSValidator: 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-Services_W3C_CSSValidator')
-rw-r--r-- | dev-php/PEAR-Services_W3C_CSSValidator/PEAR-Services_W3C_CSSValidator-0.2.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-php/PEAR-Services_W3C_CSSValidator/PEAR-Services_W3C_CSSValidator-0.2.3.ebuild b/dev-php/PEAR-Services_W3C_CSSValidator/PEAR-Services_W3C_CSSValidator-0.2.3.ebuild index 126df3ec04c8..d50b612502eb 100644 --- a/dev-php/PEAR-Services_W3C_CSSValidator/PEAR-Services_W3C_CSSValidator-0.2.3.ebuild +++ b/dev-php/PEAR-Services_W3C_CSSValidator/PEAR-Services_W3C_CSSValidator-0.2.3.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="Provides an object oriented interface for the W3 CSS Validator" -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="BSD" SLOT="0" |