diff options
author | Brett Gilio <brettg@gnu.org> | 2020-01-06 01:39:24 -0600 |
---|---|---|
committer | Brett Gilio <brettg@gnu.org> | 2020-01-06 21:06:16 -0600 |
commit | a61fe4c04e075a170af72a9b8b04b136af249b69 (patch) | |
tree | 44a13400022c09ec33bbbab2a9d2cfa8f26e892d /gnu/packages/coq.scm | |
parent | f24dc271493d2644b9023609cc8294bc2c4eefa2 (diff) |
gnu: coq-gappa: Use HTTPS home page URI.
* gnu/packages/coq.scm (coq-gappa)[home-page]: Use HTTPS URI.
Diffstat (limited to 'gnu/packages/coq.scm')
-rw-r--r-- | gnu/packages/coq.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/coq.scm b/gnu/packages/coq.scm index 64582a5594..acae58a10d 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 |