guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

12/15: gnu: Cython: Update home page.


From: guix-commits
Subject: 12/15: gnu: Cython: Update home page.
Date: Mon, 3 Jun 2019 16:32:27 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit f319409be0dd93b4a8aac5744f21512be2a00ed0
Author: Marius Bakke <address@hidden>
Date:   Mon Jun 3 17:53:42 2019 +0200

    gnu: Cython: Update home page.
    
    * gnu/packages/python-xyz.scm (python-cython)[home-page]: Use HTTPS.
---
 gnu/packages/python-xyz.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 0e479d4..396010c 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]