summary refs log tree commit diff
path: root/gnu/packages/algebra.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-02-17 19:42:15 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2020-02-17 21:56:57 +0100
commit79d1550fd47efa1ff79e66e513d88368ff41ba74 (patch)
treebbfbf05522c34a2add34f19834b346ae489fd948 /gnu/packages/algebra.scm
parentb81789df73b53c548b8ab8bcb829d6ad845c0650 (diff)
downloadguix-79d1550fd47efa1ff79e66e513d88368ff41ba74.tar.gz
gnu: Follow multiprecision.org subdomain redirections.
* gnu/packages/algebra.scm (mpfrcx, cm)[home-page]: Follow permanent redirections.
Diffstat (limited to 'gnu/packages/algebra.scm')
-rw-r--r--gnu/packages/algebra.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/algebra.scm b/gnu/packages/algebra.scm
index f4d427334f..bebf5c99ed 100644
--- a/gnu/packages/algebra.scm
+++ b/gnu/packages/algebra.scm
@@ -91,7 +91,7 @@ implement the floating point approach to complex multiplication are
 implemented.  On the other hand, these comprise asymptotically fast
 multiplication routines such as Toom–Cook and the FFT.")
    (license license:lgpl3+)
-   (home-page "http://mpfrcx.multiprecision.org/")))
+   (home-page "http://www.multiprecision.org/mpfrcx/")))
 
 (define-public gf2x
   (package
@@ -140,7 +140,7 @@ multiplication via floating point approximations.  It consists of libraries
 that can be called from within a C program and of executable command
 line applications.")
    (license license:gpl3+)
-   (home-page "http://cm.multiprecision.org/")))
+   (home-page "http://www.multiprecision.org/cm/")))
 
 (define-public fplll
   (package