mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 13:58:15 -05:00
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
1 changed files with 1 additions and 1 deletions
|
@ -3163,7 +3163,7 @@ (define-public python-cython
|
|||
(replace 'check
|
||||
(lambda _
|
||||
(invoke "python" "runtests.py" "-vv"))))))
|
||||
(home-page "http://cython.org/")
|
||||
(home-page "https://cython.org/")
|
||||
(synopsis "C extensions for Python")
|
||||
(description "Cython is an optimising static compiler for both the Python
|
||||
programming language and the extended Cython programming language. It makes
|
||||
|
|
Loading…
Reference in a new issue