guix-patches
[Top][All Lists]
Advanced

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

[bug#38965] [PATCH 06/12] gnu: coq-flocq: Use HTTPS home page URI.


From: Brett Gilio
Subject: [bug#38965] [PATCH 06/12] gnu: coq-flocq: Use HTTPS home page URI.
Date: Mon, 06 Jan 2020 02:27:27 -0600

>From a725c0c6f8889105354c26f8dc1125bb90467d55 Mon Sep 17 00:00:00 2001
From: Brett Gilio <address@hidden>
Date: Mon, 6 Jan 2020 01:37:15 -0600
Subject: [PATCH 06/12] gnu: coq-flocq: Use HTTPS home page URI.
To: address@hidden

* 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 e7baae908c..504c95ff25 100644
--- a/gnu/packages/coq.scm
+++ b/gnu/packages/coq.scm
@@ -253,7 +253,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
-- 
2.24.1






reply via email to

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