~ruther/guix-local

45fc77e56e85e8a5adaffd42b993ae34dfc00f5c — Tobias Geerinckx-Rice 8 years ago 24a87a1
gnu: mpc: Update home page.

* gnu/packages/multiprecision.scm (mpc)[home-page]: Update.
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/packages/multiprecision.scm
M gnu/packages/multiprecision.scm => gnu/packages/multiprecision.scm +1 -1
@@ 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