Archived
1
0
Fork 0

gnu: Follow multiprecision.org subdomain redirections.

* gnu/packages/algebra.scm (mpfrcx, cm)[home-page]: Follow permanent redirections.
This commit is contained in:
Tobias Geerinckx-Rice 2020-02-17 19:42:15 +01:00
parent b81789df73
commit 79d1550fd4
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -91,7 +91,7 @@ implement the floating point approach to complex multiplication are
implemented. On the other hand, these comprise asymptotically fast implemented. On the other hand, these comprise asymptotically fast
multiplication routines such as ToomCook and the FFT.") multiplication routines such as ToomCook and the FFT.")
(license license:lgpl3+) (license license:lgpl3+)
(home-page "http://mpfrcx.multiprecision.org/"))) (home-page "http://www.multiprecision.org/mpfrcx/")))
(define-public gf2x (define-public gf2x
(package (package
@ -140,7 +140,7 @@ multiplication via floating point approximations. It consists of libraries
that can be called from within a C program and of executable command that can be called from within a C program and of executable command
line applications.") line applications.")
(license license:gpl3+) (license license:gpl3+)
(home-page "http://cm.multiprecision.org/"))) (home-page "http://www.multiprecision.org/cm/")))
(define-public fplll (define-public fplll
(package (package