diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2021-02-28 11:24:32 +0100 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2021-02-28 11:24:32 +0100 |
commit | f54b11b91d7a706c73ce9437f2690b94f79e281b (patch) | |
tree | 2e1d42a3bbd169e1e2722289419e4bb3f01e373f | |
parent | 80a0a05f98d8a09b7565d85b27567daf33ab0c0f (diff) |
gnu: python-flint: Use HTTPS home page URI.
* gnu/packages/algebra.scm (python-flint)[home-page]: Use HTTPS URI.
-rw-r--r-- | gnu/packages/algebra.scm | 2 |
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 |