gnu: gunicorn: Use HTTPS home page.
authorTobias Geerinckx-Rice <me@tobias.gr>
Fri, 17 Jan 2020 21:20:29 +0000 (22:20 +0100)
committerTobias Geerinckx-Rice <me@tobias.gr>
Fri, 17 Jan 2020 22:32:33 +0000 (23:32 +0100)
* gnu/packages/python-web.scm (gunicorn)[home-page]: Use HTTPS.

gnu/packages/python-web.scm

index 611c85a..7f365e3 100644 (file)
@@ -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