ngz pushed a commit to branch master
in repository guix.
commit f54b11b91d7a706c73ce9437f2690b94f79e281b
Author: Nicolas Goaziou <[email protected]>
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