From f54b11b91d7a706c73ce9437f2690b94f79e281b Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Sun, 28 Feb 2021 11:24:32 +0100 Subject: 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(-) (limited to 'gnu/packages/algebra.scm') 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 -- cgit v1.2.3