diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-01-19 00:12:46 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-01-19 02:45:14 +0100 |
commit | 45fc77e56e85e8a5adaffd42b993ae34dfc00f5c (patch) | |
tree | 3e5dbfeae9a606a2c97401d47829b77b98b6f83f | |
parent | 24a87a14e13cf8edd1693da3e5dcc3d30d21486b (diff) | |
download | guix-45fc77e56e85e8a5adaffd42b993ae34dfc00f5c.tar guix-45fc77e56e85e8a5adaffd42b993ae34dfc00f5c.tar.gz |
gnu: mpc: Update home page.
* gnu/packages/multiprecision.scm (mpc)[home-page]: Update.
-rw-r--r-- | gnu/packages/multiprecision.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/multiprecision.scm b/gnu/packages/multiprecision.scm index 291b81ae76..1d2163a5c8 100644 --- a/gnu/packages/multiprecision.scm +++ b/gnu/packages/multiprecision.scm @@ -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 |