diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2019-04-03 18:19:35 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2019-04-04 17:16:12 -0400 |
commit | fe75c2d62a37dcc92d9cb7a428bf08baaa2621ef (patch) | |
tree | 6664ca5fcf5ecfeafbeab6f9840d9a6e8ab91758 /www-servers | |
parent | dev-scheme/racket: use HTTPS (diff) | |
download | gentoo-fe75c2d62a37dcc92d9cb7a428bf08baaa2621ef.tar.gz gentoo-fe75c2d62a37dcc92d9cb7a428bf08baaa2621ef.tar.bz2 gentoo-fe75c2d62a37dcc92d9cb7a428bf08baaa2621ef.zip |
www-servers/gunicorn: use HTTPS
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>
Diffstat (limited to 'www-servers')
-rw-r--r-- | www-servers/gunicorn/gunicorn-19.8.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www-servers/gunicorn/gunicorn-19.8.1.ebuild b/www-servers/gunicorn/gunicorn-19.8.1.ebuild index ba39f37013be..9593bdecf5c5 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 )" |