mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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 @@ 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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue