gnu: coq-flocq: Use HTTPS home page URI.
* gnu/packages/coq.scm (coq-flocq)[home-page]: Use HTTPS URI.
This commit is contained in:
parent
346825571c
commit
59265e5ff4
1 changed files with 1 additions and 1 deletions
|
@ -254,7 +254,7 @@ provers.")
|
||||||
(replace 'install
|
(replace 'install
|
||||||
(lambda _
|
(lambda _
|
||||||
(invoke "./remake" "install"))))))
|
(invoke "./remake" "install"))))))
|
||||||
(home-page "http://flocq.gforge.inria.fr/")
|
(home-page "https://flocq.gforge.inria.fr/")
|
||||||
(synopsis "Floating-point formalization for the Coq system")
|
(synopsis "Floating-point formalization for the Coq system")
|
||||||
(description "Flocq (Floats for Coq) is a floating-point formalization for
|
(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
|
the Coq system. It provides a comprehensive library of theorems on a multi-radix
|
||||||
|
|
Reference in a new issue