diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-05-20 13:49:28 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-05-20 19:24:41 -0400 |
commit | 0a36c4534b63e34dee06d74728abb567def72661 (patch) | |
tree | b1288aac2eaea05f779a75887d17a968817e178e /dev-php | |
parent | a0d285610688db9d1000c95e77f2a7c94aee8462 (diff) | |
download | gentoo-0a36c4534b63e34dee06d74728abb567def72661.tar.gz gentoo-0a36c4534b63e34dee06d74728abb567def72661.tar.xz |
dev-php/securimage: use HTTPS
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/securimage/securimage-3.6.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-php/securimage/securimage-3.6.5.ebuild b/dev-php/securimage/securimage-3.6.5.ebuild index a43db24e939..29e513246e5 100644 --- a/dev-php/securimage/securimage-3.6.5.ebuild +++ b/dev-php/securimage/securimage-3.6.5.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 DESCRIPTION="PHP captcha creator and validator library" -HOMEPAGE="http://phpcaptcha.org/" +HOMEPAGE="https://www.phpcaptcha.org/" SRC_URI="https://github.com/dapphp/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD GPL-3+" |