guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: arb: Use HTTPS home page URI.


From: guix-commits
Subject: branch master updated: gnu: arb: Use HTTPS home page URI.
Date: Sat, 19 Dec 2020 09:58:47 -0500

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 2f4dcff  gnu: arb: Use HTTPS home page URI.
2f4dcff is described below

commit 2f4dcff4c231bc41c3fe02c75c351f6a6923f71c
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat Dec 19 15:58:01 2020 +0100

    gnu: arb: Use HTTPS home page URI.
    
    * gnu/packages/algebra.scm (arb)[home-page]: Use HTTPS URI.  Move above
    synopsis.
---
 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 d60f53a..a5eef50 100644
--- a/gnu/packages/algebra.scm
+++ b/gnu/packages/algebra.scm
@@ -533,14 +533,14 @@ fast arithmetic.")
                        (string-append "--with-flint=" flint)
                        (string-append "--with-gmp=" gmp)
                        (string-append "--with-mpfr=" mpfr))))))))
+    (home-page "https://arblib.org";)
     (synopsis "Arbitrary precision floating-point ball arithmetic")
     (description
      "Arb is a C library for arbitrary-precision floating-point ball
 arithmetic.  It supports efficient high-precision computation with
 polynomials, power series, matrices and special functions over the
 real and complex numbers, with automatic, rigorous error control.")
-    (license license:lgpl2.1+)
-    (home-page "http://arblib.org";)))
+    (license license:lgpl2.1+)))
 
 (define-public python-flint
   (package



reply via email to

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