guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: mpfi: Update home page.


From: guix-commits
Subject: branch master updated: gnu: mpfi: Update home page.
Date: Sat, 30 May 2020 09:57:39 -0400

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 968612b  gnu: mpfi: Update home page.
968612b is described below

commit 968612b76a157a5270f7b959a09d6e2268f04c4c
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat May 30 15:56:40 2020 +0200

    gnu: mpfi: Update home page.
    
    * gnu/packages/multiprecision.scm (mpfi): Use more specific home page.
---
 gnu/packages/multiprecision.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/multiprecision.scm b/gnu/packages/multiprecision.scm
index a14b69e..b3a5ec5 100644
--- a/gnu/packages/multiprecision.scm
+++ b/gnu/packages/multiprecision.scm
@@ -177,7 +177,7 @@ precision and correctly rounds the results.")
     (propagated-inputs
      `(("gmp" ,gmp)                     ; <mpfi.h> refers to both
        ("mpfr" ,mpfr)))
-    (home-page "https://perso.ens-lyon.fr/nathalie.revol/software.html";)
+    (home-page "https://gforge.inria.fr/projects/mpfi/";)
     (synopsis "C library for arbitrary-precision interval arithmetic")
     (description
      "@acronym{MPFI, Multiple Precision Floating-point Interval} is a portable 
C



reply via email to

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