diff options
author | Brett Gilio <brettg@gnu.org> | 2020-01-06 01:40:27 -0600 |
---|---|---|
committer | Brett Gilio <brettg@gnu.org> | 2020-01-06 21:07:15 -0600 |
commit | c0228096411bb4b81cf1dce6d0ed35a2129270c1 (patch) | |
tree | 1a09b8a20cf9e8f0447d594df843b527972583fc /gnu/packages/coq.scm | |
parent | d481db8baf809e0537a4d4aa4fe9b8e22b1d86e6 (diff) | |
download | patches-c0228096411bb4b81cf1dce6d0ed35a2129270c1.tar patches-c0228096411bb4b81cf1dce6d0ed35a2129270c1.tar.gz |
gnu: coq-coquelicot: Truncate home-page.
* gnu/packages/coq.scm (coq-coquelicot)[home-page]: Truncate home-page.
Diffstat (limited to 'gnu/packages/coq.scm')
-rw-r--r-- | gnu/packages/coq.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/coq.scm b/gnu/packages/coq.scm index 0e4a1f260e..2666b429fe 100644 --- a/gnu/packages/coq.scm +++ b/gnu/packages/coq.scm @@ -404,7 +404,7 @@ part of the distribution.") (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 |