gnu: mpc: Update home page.
* gnu/packages/multiprecision.scm (mpc)[home-page]: Update.
This commit is contained in:
parent
24a87a14e1
commit
45fc77e56e
|
@ -125,7 +125,7 @@ floating-point computations with correct rounding.")
|
||||||
"GNU MPC is a C library for performing arithmetic on complex numbers.
|
"GNU MPC is a C library for performing arithmetic on complex numbers.
|
||||||
It supports arbitrarily high precision and it correctly rounds the results.")
|
It supports arbitrarily high precision and it correctly rounds the results.")
|
||||||
(license lgpl3+)
|
(license lgpl3+)
|
||||||
(home-page "http://mpc.multiprecision.org/")))
|
(home-page "http://multiprecision.org/mpc/")))
|
||||||
|
|
||||||
(define-public mpfi
|
(define-public mpfi
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Reference in New Issue