www-servers/gunicorn: use HTTPS
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>
Wed, 3 Apr 2019 16:19:35 +0000 (18:19 +0200)
committerAaron Bauman <bman@gentoo.org>
Thu, 4 Apr 2019 21:16:12 +0000 (17:16 -0400)
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/11579
Signed-off-by: Aaron Bauman <bman@gentoo.org>
www-servers/gunicorn/gunicorn-19.8.1.ebuild

index ba39f37013be6b3739390c82bf47265530dd44ea..9593bdecf5c5ec65eb8619809bb7af7dd7454ada 100644 (file)
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
 inherit distutils-r1
 
 DESCRIPTION="A WSGI HTTP Server for UNIX"
-HOMEPAGE="http://gunicorn.org https://pypi.org/project/gunicorn https://github.com/benoitc/gunicorn"
+HOMEPAGE="https://gunicorn.org https://pypi.org/project/gunicorn https://github.com/benoitc/gunicorn"
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT PSF-2 doc? ( BSD )"