mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 14:16:55 -05:00
gnu: coq-coquelicot: Truncate home-page.
* gnu/packages/coq.scm (coq-coquelicot)[home-page]: Truncate home-page.
This commit is contained in:
parent
d481db8baf
commit
c022809641
1 changed files with 1 additions and 1 deletions
|
@ -404,7 +404,7 @@ (define-public coq-coquelicot
|
|||
(lambda _ (invoke "./remake" "check")))
|
||||
(replace 'install
|
||||
(lambda _ (invoke "./remake" "install"))))))
|
||||
(home-page "http://coquelicot.saclay.inria.fr/index.html")
|
||||
(home-page "http://coquelicot.saclay.inria.fr")
|
||||
(synopsis "Coq library for Reals")
|
||||
(description "Coquelicot is an easier way of writing formulas and theorem
|
||||
statements, achieved by relying on total functions in place of dependent types
|
||||
|
|
Loading…
Reference in a new issue