mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
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
|
||||
(lambda _
|
||||
(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")
|
||||
(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
|
||||
|
|
Loading…
Reference in a new issue