diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-17 22:20:29 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-17 23:32:33 +0100 |
commit | 06dfce791341c1bfe3420601ed7cf2e387335049 (patch) | |
tree | 08201dd51f1e5678cac59428a2b1f176d421f928 /gnu/packages/python-web.scm | |
parent | da7651806102d637253cb9f5677b96d6a178fc05 (diff) |
gnu: gunicorn: Use HTTPS home page.
* gnu/packages/python-web.scm (gunicorn)[home-page]: Use HTTPS.
Diffstat (limited to 'gnu/packages/python-web.scm')
-rw-r--r-- | gnu/packages/python-web.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index 611c85a9ad..7f365e3506 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -3422,7 +3422,7 @@ hard or impossible to fix in cssselect.") ("python-pytest-cov" ,python-pytest-cov) ("python-sphinx" ,python-sphinx) ("texinfo" ,texinfo))) - (home-page "http://gunicorn.org/") + (home-page "https://gunicorn.org/") (synopsis "Python WSGI HTTP Server for UNIX") (description "Gunicorn ‘Green Unicorn’ is a Python WSGI HTTP Server for UNIX. It’s a pre-fork worker model ported from Ruby’s |