gnu: Cython: Update home page.

* gnu/packages/python-xyz.scm (python-cython)[home-page]: Use HTTPS.
This commit is contained in:
Marius Bakke 2019-06-03 17:53:42 +02:00
parent cc1f240e11
commit f319409be0
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -3163,7 +3163,7 @@ (define-public python-cython
(replace 'check (replace 'check
(lambda _ (lambda _
(invoke "python" "runtests.py" "-vv")))))) (invoke "python" "runtests.py" "-vv"))))))
(home-page "http://cython.org/") (home-page "https://cython.org/")
(synopsis "C extensions for Python") (synopsis "C extensions for Python")
(description "Cython is an optimising static compiler for both the Python (description "Cython is an optimising static compiler for both the Python
programming language and the extended Cython programming language. It makes programming language and the extended Cython programming language. It makes