guix-commits
[Top][All Lists]
Advanced

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

05/15: gnu: python-sympy: Use HTTPS home page.


From: guix-commits
Subject: 05/15: gnu: python-sympy: Use HTTPS home page.
Date: Fri, 21 Feb 2020 12:39:43 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 2f35985c77dfb44f92220771b8e8bfcbb836ef3c
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Sat Jan 18 21:09:14 2020 +0100

    gnu: python-sympy: Use HTTPS home page.
    
    * gnu/packages/python-xyz.scm (python-sympy)[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 b1fa529..8a1eaf0 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -6218,7 +6218,7 @@ multiprecision arithmetic.")
              #t)))))
     (propagated-inputs
      `(("python-mpmath" ,python-mpmath)))
-    (home-page "http://www.sympy.org/";)
+    (home-page "https://www.sympy.org/";)
     (synopsis "Python library for symbolic mathematics")
     (description
      "SymPy is a Python library for symbolic mathematics.  It aims to become a



reply via email to

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