guix-commits
[Top][All Lists]
Advanced

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

36/87: gnu: python-mpmath: Use HTTPS home page URI.


From: guix-commits
Subject: 36/87: gnu: python-mpmath: Use HTTPS home page URI.
Date: Sun, 28 Feb 2021 06:06:36 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit a6004b5fd27e56dc28786fe77e42d2468f9a0be8
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Feb 28 11:27:14 2021 +0100

    gnu: python-mpmath: Use HTTPS home page URI.
    
    * gnu/packages/python-xyz.scm (python-mpmath)[home-page]: Use HTTPS URI.
---
 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 277f31b..631cb14 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -8074,7 +8074,7 @@ and statistical routines from scipy and statsmodels.")
        (replace 'check
          (lambda _
            (invoke "python" "mpmath/tests/runtests.py" "-local"))))))
-  (home-page "http://mpmath.org";)
+  (home-page "https://mpmath.org";)
   (synopsis "Arbitrary-precision floating-point arithmetic in python")
   (description
     "@code{mpmath} can be used as an arbitrary-precision substitute for



reply via email to

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