guix-commits
[Top][All Lists]
Advanced

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

32/87: gnu: python-flint: Use HTTPS home page URI.


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

ngz pushed a commit to branch master
in repository guix.

commit f54b11b91d7a706c73ce9437f2690b94f79e281b
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Feb 28 11:24:32 2021 +0100

    gnu: python-flint: Use HTTPS home page URI.
    
    * gnu/packages/algebra.scm (python-flint)[home-page]: Use HTTPS URI.
---
 gnu/packages/algebra.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/algebra.scm b/gnu/packages/algebra.scm
index 92e6c67..9d81cba 100644
--- a/gnu/packages/algebra.scm
+++ b/gnu/packages/algebra.scm
@@ -557,7 +557,7 @@ arithmetic).  It supports integers, rationals, modular 
integers,
 real and complex ball arithmetic, polynomials and matrices over all
 these types and other mathematical functions.")
     (license license:expat)
-    (home-page "http://fredrikj.net/python-flint/";)))
+    (home-page "https://fredrikj.net/python-flint/";)))
 
 (define-public ntl
   (package



reply via email to

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