commit: fe75c2d62a37dcc92d9cb7a428bf08baaa2621ef Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com> AuthorDate: Wed Apr 3 16:19:35 2019 +0000 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org> CommitDate: Thu Apr 4 21:16:12 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe75c2d6
www-servers/gunicorn: use HTTPS Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com> Closes: https://github.com/gentoo/gentoo/pull/11579 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org> www-servers/gunicorn/gunicorn-19.8.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www-servers/gunicorn/gunicorn-19.8.1.ebuild b/www-servers/gunicorn/gunicorn-19.8.1.ebuild index ba39f37013b..9593bdecf5c 100644 --- a/www-servers/gunicorn/gunicorn-19.8.1.ebuild +++ b/www-servers/gunicorn/gunicorn-19.8.1.ebuild @@ -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 )"