gnu: Cython: Update home page.
* gnu/packages/python-xyz.scm (python-cython)[home-page]: Use HTTPS.
This commit is contained in:
parent
cc1f240e11
commit
f319409be0
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue