1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-26 02:51:49 +02:00

gnu: mpc: Update home page.

* gnu/packages/multiprecision.scm (mpc)[home-page]: Update.
This commit is contained in:
Tobias Geerinckx-Rice
2018-01-19 00:12:46 +01:00
parent 24a87a14e1
commit 45fc77e56e
+1 -1
View File
@@ -125,7 +125,7 @@ floating-point computations with correct rounding.")
"GNU MPC is a C library for performing arithmetic on complex numbers.
It supports arbitrarily high precision and it correctly rounds the results.")
(license lgpl3+)
(home-page "http://mpc.multiprecision.org/")))
(home-page "http://multiprecision.org/mpc/")))
(define-public mpfi
(package