guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

06/12: gnu: Follow multiprecision.org subdomain redirections.


From: guix-commits
Subject: 06/12: gnu: Follow multiprecision.org subdomain redirections.
Date: Mon, 17 Feb 2020 15:57:54 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 79d1550fd47efa1ff79e66e513d88368ff41ba74
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Mon Feb 17 19:42:15 2020 +0100

    gnu: Follow multiprecision.org subdomain redirections.
    
    * gnu/packages/algebra.scm (mpfrcx, cm)[home-page]: Follow permanent 
redirections.
---
 gnu/packages/algebra.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/algebra.scm b/gnu/packages/algebra.scm
index f4d4273..bebf5c9 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]