gnu: coq-gappa: Use HTTPS home page URI.
authorBrett Gilio <brettg@gnu.org>
Mon, 6 Jan 2020 07:39:24 +0000 (01:39 -0600)
committerBrett Gilio <brettg@gnu.org>
Tue, 7 Jan 2020 03:06:16 +0000 (21:06 -0600)
* gnu/packages/coq.scm (coq-gappa)[home-page]: Use HTTPS URI.

gnu/packages/coq.scm

index 64582a5..acae58a 100644 (file)
@@ -311,7 +311,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