gnu: python-flint: Use HTTPS home page URI.
authorNicolas Goaziou <mail@nicolasgoaziou.fr>
Sun, 28 Feb 2021 10:24:32 +0000 (11:24 +0100)
committerNicolas Goaziou <mail@nicolasgoaziou.fr>
Sun, 28 Feb 2021 10:24:32 +0000 (11:24 +0100)
* gnu/packages/algebra.scm (python-flint)[home-page]: Use HTTPS URI.

gnu/packages/algebra.scm

index 92e6c67..9d81cba 100644 (file)
@@ -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