diff options
author | Julien Lepiller <julien@lepiller.eu> | 2021-11-20 00:35:10 +0100 |
---|---|---|
committer | Julien Lepiller <julien@lepiller.eu> | 2021-11-20 00:36:08 +0100 |
commit | 5f7fb8bd37768174981e2e5c497bd01da3675f17 (patch) | |
tree | 574c704bdc1983b636b677ab0e5a28a1ebe62319 /gnu/packages/coq.scm | |
parent | e1a8ba10ecfb7ca29f9efb0a75dc960f5cb49f71 (diff) | |
download | guix-5f7fb8bd37768174981e2e5c497bd01da3675f17.tar.gz |
gnu: coq-flocq: Update home-page.
* gnu/packages/coq.scm (coq-flocq)[home-page]: Update.
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 a0579f8869..a53c63593b 100644 --- a/gnu/packages/coq.scm +++ b/gnu/packages/coq.scm @@ -237,7 +237,7 @@ provers.") (replace 'install (lambda _ (invoke "./remake" "install")))))) - (home-page "https://flocq.gforge.inria.fr/") + (home-page "https://flocq.gitlabpages.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 |