gnu: coq-gappa: Update home-page.

* gnu/packages/coq.scm (coq-gappa)[home-page]: Update.
This commit is contained in:
Julien Lepiller 2021-11-20 00:36:57 +01:00
parent 5f7fb8bd37
commit d326fdb7af
No known key found for this signature in database
GPG key ID: 53D457B2D636EE82

View file

@ -237,7 +237,7 @@ (define-public coq-flocq
(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 @@ (define-public coq-gappa
;; (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