diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2019-03-16 20:11:48 +0100 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2019-03-20 16:26:03 -0400 |
commit | 2b95c565ab8abf2933166e29c01e16f9143d5efd (patch) | |
tree | ab230ae49cf7dd50899442881edbf8abcbfcb2ea /dev-php | |
parent | dev-php/PEAR-XML_Util: use HTTPS (diff) | |
download | gentoo-2b95c565ab8abf2933166e29c01e16f9143d5efd.tar.gz gentoo-2b95c565ab8abf2933166e29c01e16f9143d5efd.tar.bz2 gentoo-2b95c565ab8abf2933166e29c01e16f9143d5efd.zip |
dev-php/PHP_Timer: 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')
-rw-r--r-- | dev-php/PHP_Timer/PHP_Timer-1.0.9.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-php/PHP_Timer/PHP_Timer-1.0.9.ebuild b/dev-php/PHP_Timer/PHP_Timer-1.0.9.ebuild index 5c6c9dfe8195..b9dec6ebd09d 100644 --- a/dev-php/PHP_Timer/PHP_Timer-1.0.9.ebuild +++ b/dev-php/PHP_Timer/PHP_Timer-1.0.9.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="php-timer" DESCRIPTION="Utility class for timing" -HOMEPAGE="http://phpunit.de" +HOMEPAGE="https://phpunit.de" SRC_URI="https://github.com/sebastianbergmann/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" |