diff options
author | Brett Gilio <brettg@gnu.org> | 2020-01-06 01:37:15 -0600 |
---|---|---|
committer | Brett Gilio <brettg@gnu.org> | 2020-01-06 21:05:08 -0600 |
commit | 59265e5ff4cc73ce4a889281b96a8ae0af21505b (patch) | |
tree | 1c8492bfb4673ba18bd7d655fdf6197d9726d2ce /gnu/packages/coq.scm | |
parent | 346825571cd37782a880e17fbb76afc2f14d4959 (diff) | |
download | guix-59265e5ff4cc73ce4a889281b96a8ae0af21505b.tar.gz |
gnu: coq-flocq: Use HTTPS home page URI.
* gnu/packages/coq.scm (coq-flocq)[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 ff6a436b94..a669836b84 100644 --- a/gnu/packages/coq.scm +++ b/gnu/packages/coq.scm @@ -254,7 +254,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 |