gnu: Cython: Update home page.

* gnu/packages/python-xyz.scm (python-cython)[home-page]: Use HTTPS.
master
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
1 changed files with 1 additions and 1 deletions

View File

@ -3163,7 +3163,7 @@ provides additional functionality on the produced Mallard documents.")
(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