guix-commits
[Top][All Lists]
Advanced

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

04/12: gnu: mpc: Fix home page domain.


From: guix-commits
Subject: 04/12: gnu: mpc: Fix home page domain.
Date: Mon, 17 Feb 2020 15:57:53 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit cd5b85c3f821fea4fb89513d300d37d3e764e1c7
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Mon Feb 17 19:36:20 2020 +0100

    gnu: mpc: Fix home page domain.
    
    * gnu/packages/multiprecision.scm (mpc)[home-page]: Add www.
---
 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 36d035a..bc5071d 100644
--- a/gnu/packages/multiprecision.scm
+++ b/gnu/packages/multiprecision.scm
@@ -131,7 +131,7 @@ correct rounding.")
 for performing arithmetic on complex numbers.  It supports arbitrarily high
 precision and correctly rounds the results.")
    (license lgpl3+)
-   (home-page "http://multiprecision.org/mpc/";)))
+   (home-page "http://www.multiprecision.org/mpc/";)))
 
 (define-public mpfi
   (package



reply via email to

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