summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2019-06-03 17:53:42 +0200
committerMarius Bakke <mbakke@fastmail.com>2019-06-03 22:28:49 +0200
commitf319409be0dd93b4a8aac5744f21512be2a00ed0 (patch)
tree746f128536c4130bcb28176820cdd2e39b126f90
parentcc1f240e117e257262cfaa8a18b044a4e3e20fcd (diff)
downloadpatches-f319409be0dd93b4a8aac5744f21512be2a00ed0.tar
patches-f319409be0dd93b4a8aac5744f21512be2a00ed0.tar.gz
gnu: Cython: Update home page.
* gnu/packages/python-xyz.scm (python-cython)[home-page]: Use HTTPS.
-rw-r--r--gnu/packages/python-xyz.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 0e479d45e7..396010c646 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -3163,7 +3163,7 @@ provides additional functionality on the produced Mallard documents.")
(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