me
/
guix
Archived
1
0
Fork 0

gnu: Follow multiprecision.org subdomain redirections.

* gnu/packages/algebra.scm (mpfrcx, cm)[home-page]: Follow permanent redirections.
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -91,7 +91,7 @@ implement the floating point approach to complex multiplication are
implemented. On the other hand, these comprise asymptotically fast
multiplication routines such as ToomCook and the FFT.")
(license license:lgpl3+)
(home-page "http://mpfrcx.multiprecision.org/")))
(home-page "http://www.multiprecision.org/mpfrcx/")))
(define-public gf2x
(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
line applications.")
(license license:gpl3+)
(home-page "http://cm.multiprecision.org/")))
(home-page "http://www.multiprecision.org/cm/")))
(define-public fplll
(package