gnu: python-flint: Use HTTPS home page URI.

* gnu/packages/algebra.scm (python-flint)[home-page]: Use HTTPS URI.
This commit is contained in:
Nicolas Goaziou 2021-02-28 11:24:32 +01:00
parent 80a0a05f98
commit f54b11b91d
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -557,7 +557,7 @@ (define-public python-flint
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