summaryrefslogtreecommitdiff
path: root/gnu/packages/algebra.scm
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2021-02-28 11:24:32 +0100
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2021-02-28 11:24:32 +0100
commitf54b11b91d7a706c73ce9437f2690b94f79e281b (patch)
tree2e1d42a3bbd169e1e2722289419e4bb3f01e373f /gnu/packages/algebra.scm
parent80a0a05f98d8a09b7565d85b27567daf33ab0c0f (diff)
gnu: python-flint: Use HTTPS home page URI.
* gnu/packages/algebra.scm (python-flint)[home-page]: Use HTTPS URI.
Diffstat (limited to 'gnu/packages/algebra.scm')
-rw-r--r--gnu/packages/algebra.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/algebra.scm b/gnu/packages/algebra.scm
index 92e6c67c5d..9d81cba4f5 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