brettgilio pushed a commit to branch master
in repository guix.
commit a61fe4c04e075a170af72a9b8b04b136af249b69
Author: Brett Gilio <[email protected]>
AuthorDate: Mon Jan 6 01:39:24 2020 -0600
gnu: coq-gappa: Use HTTPS home page URI.
* 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 64582a5..acae58a 100644
--- a/gnu/packages/coq.scm
+++ b/gnu/packages/coq.scm
@@ -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