mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-31 16:42:38 -05:00
gnu: python-flint: Use HTTPS home page URI.
* gnu/packages/algebra.scm (python-flint)[home-page]: Use HTTPS URI.
This commit is contained in:
parent
80a0a05f98
commit
f54b11b91d
1 changed files with 1 additions and 1 deletions
|
@ -557,7 +557,7 @@ (define-public python-flint
|
||||||
real and complex ball arithmetic, polynomials and matrices over all
|
real and complex ball arithmetic, polynomials and matrices over all
|
||||||
these types and other mathematical functions.")
|
these types and other mathematical functions.")
|
||||||
(license license:expat)
|
(license license:expat)
|
||||||
(home-page "http://fredrikj.net/python-flint/")))
|
(home-page "https://fredrikj.net/python-flint/")))
|
||||||
|
|
||||||
(define-public ntl
|
(define-public ntl
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Reference in a new issue