guix-commits
[Top][All Lists]
Advanced

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

04/10: gnu: coq-flocq: Use HTTPS home page URI.


From: guix-commits
Subject: 04/10: gnu: coq-flocq: Use HTTPS home page URI.
Date: Mon, 6 Jan 2020 22:09:37 -0500 (EST)

brettgilio pushed a commit to branch master
in repository guix.

commit 59265e5ff4cc73ce4a889281b96a8ae0af21505b
Author: Brett Gilio <address@hidden>
AuthorDate: Mon Jan 6 01:37:15 2020 -0600

    gnu: coq-flocq: Use HTTPS home page URI.
    
    * gnu/packages/coq.scm (coq-flocq)[home-page]: Use HTTPS URI.
---
 gnu/packages/coq.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/coq.scm b/gnu/packages/coq.scm
index ff6a436..a669836 100644
--- a/gnu/packages/coq.scm
+++ b/gnu/packages/coq.scm
@@ -254,7 +254,7 @@ provers.")
          (replace 'install
            (lambda _
              (invoke "./remake" "install"))))))
-    (home-page "http://flocq.gforge.inria.fr/";)
+    (home-page "https://flocq.gforge.inria.fr/";)
     (synopsis "Floating-point formalization for the Coq system")
     (description "Flocq (Floats for Coq) is a floating-point formalization for
 the Coq system.  It provides a comprehensive library of theorems on a 
multi-radix



reply via email to

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