me
/
guix
Archived
1
0
Fork 0

gnu: coq-gappa: Use HTTPS home page URI.

* gnu/packages/coq.scm (coq-gappa)[home-page]: Use HTTPS URI.
master
Brett Gilio 2020-01-06 01:39:24 -06:00
parent f24dc27149
commit a61fe4c04e
No known key found for this signature in database
GPG Key ID: 672243C4A03F0EEE
1 changed files with 1 additions and 1 deletions

View File

@ -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