Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-servers/gunicorn/
Date: Thu, 04 Apr 2019 21:16:38
Message-Id: 1554412572.fe75c2d62a37dcc92d9cb7a428bf08baaa2621ef.bman@gentoo
1 commit: fe75c2d62a37dcc92d9cb7a428bf08baaa2621ef
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Wed Apr 3 16:19:35 2019 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 4 21:16:12 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe75c2d6
7
8 www-servers/gunicorn: use HTTPS
9
10 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
11 Closes: https://github.com/gentoo/gentoo/pull/11579
12 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
13
14 www-servers/gunicorn/gunicorn-19.8.1.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/www-servers/gunicorn/gunicorn-19.8.1.ebuild b/www-servers/gunicorn/gunicorn-19.8.1.ebuild
18 index ba39f37013b..9593bdecf5c 100644
19 --- a/www-servers/gunicorn/gunicorn-19.8.1.ebuild
20 +++ b/www-servers/gunicorn/gunicorn-19.8.1.ebuild
21 @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
22 inherit distutils-r1
23
24 DESCRIPTION="A WSGI HTTP Server for UNIX"
25 -HOMEPAGE="http://gunicorn.org https://pypi.org/project/gunicorn https://github.com/benoitc/gunicorn"
26 +HOMEPAGE="https://gunicorn.org https://pypi.org/project/gunicorn https://github.com/benoitc/gunicorn"
27 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
28
29 LICENSE="MIT PSF-2 doc? ( BSD )"