mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: gunicorn: Use HTTPS home page.
* gnu/packages/python-web.scm (gunicorn)[home-page]: Use HTTPS.
This commit is contained in:
parent
da76518061
commit
06dfce7913
1 changed files with 1 additions and 1 deletions
|
@ -3422,7 +3422,7 @@ hard or impossible to fix in cssselect.")
|
||||||
("python-pytest-cov" ,python-pytest-cov)
|
("python-pytest-cov" ,python-pytest-cov)
|
||||||
("python-sphinx" ,python-sphinx)
|
("python-sphinx" ,python-sphinx)
|
||||||
("texinfo" ,texinfo)))
|
("texinfo" ,texinfo)))
|
||||||
(home-page "http://gunicorn.org/")
|
(home-page "https://gunicorn.org/")
|
||||||
(synopsis "Python WSGI HTTP Server for UNIX")
|
(synopsis "Python WSGI HTTP Server for UNIX")
|
||||||
(description "Gunicorn ‘Green Unicorn’ is a Python WSGI HTTP
|
(description "Gunicorn ‘Green Unicorn’ is a Python WSGI HTTP
|
||||||
Server for UNIX. It’s a pre-fork worker model ported from Ruby’s
|
Server for UNIX. It’s a pre-fork worker model ported from Ruby’s
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue