diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-08-24 12:36:23 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-08-24 12:36:23 +0200 |
commit | 71dc24457e7c41a2f9ee8baee773124df6f86a00 (patch) | |
tree | e4cbe29b6d056c3b011285fc8142356298f8347f /www-apache/mod_scgi | |
parent | Add missing remote-id (diff) | |
download | gentoo-71dc24457e7c41a2f9ee8baee773124df6f86a00.tar.gz gentoo-71dc24457e7c41a2f9ee8baee773124df6f86a00.tar.bz2 gentoo-71dc24457e7c41a2f9ee8baee773124df6f86a00.zip |
Use https by default
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'www-apache/mod_scgi')
-rw-r--r-- | www-apache/mod_scgi/mod_scgi-1.14-r1.ebuild | 2 | ||||
-rw-r--r-- | www-apache/mod_scgi/mod_scgi-1.14.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/www-apache/mod_scgi/mod_scgi-1.14-r1.ebuild b/www-apache/mod_scgi/mod_scgi-1.14-r1.ebuild index 7a738c4c6430..ee6ea15b9ff2 100644 --- a/www-apache/mod_scgi/mod_scgi-1.14-r1.ebuild +++ b/www-apache/mod_scgi/mod_scgi-1.14-r1.ebuild @@ -6,7 +6,7 @@ EAPI=5 inherit apache-module eutils DESCRIPTION="Apache module for a replacement of the CGI protocol, similar to FastCGI" -HOMEPAGE="http://python.ca/scgi/ http://pypi.python.org/pypi/scgi" +HOMEPAGE="http://python.ca/scgi/ https://pypi.python.org/pypi/scgi" SRC_URI="http://python.ca/scgi/releases/scgi-${PV}.tar.gz" LICENSE="CNRI" diff --git a/www-apache/mod_scgi/mod_scgi-1.14.ebuild b/www-apache/mod_scgi/mod_scgi-1.14.ebuild index 7427c41fb490..d3b19ec81122 100644 --- a/www-apache/mod_scgi/mod_scgi-1.14.ebuild +++ b/www-apache/mod_scgi/mod_scgi-1.14.ebuild @@ -7,7 +7,7 @@ EAPI="3" inherit apache-module DESCRIPTION="Apache module for a replacement of the CGI protocol, similar to FastCGI" -HOMEPAGE="http://python.ca/scgi/ http://pypi.python.org/pypi/scgi" +HOMEPAGE="http://python.ca/scgi/ https://pypi.python.org/pypi/scgi" SRC_URI="http://python.ca/scgi/releases/scgi-${PV}.tar.gz" LICENSE="CNRI" |