me
/
guix
Archived
1
0
Fork 0

gnu: gunicorn: Use HTTPS home page.

* gnu/packages/python-web.scm (gunicorn)[home-page]: Use HTTPS.
master
Tobias Geerinckx-Rice 2020-01-17 22:20:29 +01:00
parent da76518061
commit 06dfce7913
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 1 additions and 1 deletions

View 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. Its a pre-fork worker model ported from Rubys