gnu: python-flint: Use HTTPS home page URI.
* gnu/packages/algebra.scm (python-flint)[home-page]: Use HTTPS URI.master
parent
80a0a05f98
commit
f54b11b91d
|
@ -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
|
||||
|
|
Reference in New Issue