diff options
author | Julien Lepiller <julien@lepiller.eu> | 2021-11-20 00:36:57 +0100 |
---|---|---|
committer | Julien Lepiller <julien@lepiller.eu> | 2021-11-20 00:38:55 +0100 |
commit | d326fdb7af55dcfac696954d8663d95c849b8d09 (patch) | |
tree | 01591abe65ca5f3509870ad1dacf3537ed5896a8 /gnu/packages | |
parent | 5f7fb8bd37768174981e2e5c497bd01da3675f17 (diff) | |
download | guix-d326fdb7af55dcfac696954d8663d95c849b8d09.tar.gz guix-d326fdb7af55dcfac696954d8663d95c849b8d09.zip |
gnu: coq-gappa: Update home-page.
* gnu/packages/coq.scm (coq-gappa)[home-page]: Update.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/coq.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/coq.scm b/gnu/packages/coq.scm index a53c63593b..d413beab26 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.gitlabpages.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 @@ -295,7 +295,7 @@ inside Coq.") ;; (lambda _ (invoke "./remake" "check"))) (replace 'install (lambda _ (invoke "./remake" "install")))))) - (home-page "https://gappa.gforge.inria.fr/") + (home-page "https://gappa.gitlabpages.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 |