summary refs log tree commit diff
path: root/gnu
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2018-01-19 00:12:46 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2018-01-19 02:45:14 +0100
commit45fc77e56e85e8a5adaffd42b993ae34dfc00f5c (patch)
tree3e5dbfeae9a606a2c97401d47829b77b98b6f83f /gnu
parent24a87a14e13cf8edd1693da3e5dcc3d30d21486b (diff)
downloadguix-45fc77e56e85e8a5adaffd42b993ae34dfc00f5c.tar.gz
gnu: mpc: Update home page.
* gnu/packages/multiprecision.scm (mpc)[home-page]: Update.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/multiprecision.scm2
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