guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/17: gnu: gunicorn: Use HTTPS home page.


From: guix-commits
Subject: 01/17: gnu: gunicorn: Use HTTPS home page.
Date: Fri, 17 Jan 2020 17:45:29 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 06dfce791341c1bfe3420601ed7cf2e387335049
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Fri Jan 17 22:20:29 2020 +0100

    gnu: gunicorn: Use HTTPS home page.
    
    * gnu/packages/python-web.scm (gunicorn)[home-page]: Use HTTPS.
---
 gnu/packages/python-web.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 611c85a..7f365e3 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]