gnu: coq-gappa: Use HTTPS home page URI.
* gnu/packages/coq.scm (coq-gappa)[home-page]: Use HTTPS URI.
This commit is contained in:
parent
f24dc27149
commit
a61fe4c04e
1 changed files with 1 additions and 1 deletions
|
@ -311,7 +311,7 @@ inside Coq.")
|
||||||
;; (lambda _ (invoke "./remake" "check")))
|
;; (lambda _ (invoke "./remake" "check")))
|
||||||
(replace 'install
|
(replace 'install
|
||||||
(lambda _ (invoke "./remake" "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")
|
(synopsis "Verify and formally prove properties on numerical programs")
|
||||||
(description "Gappa is a tool intended to help verifying and formally proving
|
(description "Gappa is a tool intended to help verifying and formally proving
|
||||||
properties on numerical programs dealing with floating-point or fixed-point
|
properties on numerical programs dealing with floating-point or fixed-point
|
||||||
|
|
Reference in a new issue