guix-patches
[Top][All Lists]
Advanced

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

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


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

>From 0cb2f1f9f5a15cdebf3c5c69a8970a14b86e7d1f Mon Sep 17 00:00:00 2001
From: Brett Gilio <address@hidden>
Date: Mon, 6 Jan 2020 01:39:24 -0600
Subject: [PATCH 08/12] gnu: coq-gappa: Use HTTPS home page URI.
To: address@hidden

* gnu/packages/coq.scm (coq-gappa)[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 8c503eafa8..0645d4d59e 100644
--- a/gnu/packages/coq.scm
+++ b/gnu/packages/coq.scm
@@ -310,7 +310,7 @@ inside Coq.")
          ;;   (lambda _ (invoke "./remake" "check")))
          (replace 'install
            (lambda _ (invoke "./remake" "install"))))))
-    (home-page "http://gappa.gforge.inria.fr/";)
+    (home-page "https://gappa.gforge.inria.fr/";)
     (synopsis "Verify and formally prove properties on numerical programs")
     (description "Gappa is a tool intended to help verifying and formally 
proving
 properties on numerical programs dealing with floating-point or fixed-point
-- 
2.24.1






reply via email to

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