diff options
author | Julien Lepiller <julien@lepiller.eu> | 2021-11-20 00:37:46 +0100 |
---|---|---|
committer | Julien Lepiller <julien@lepiller.eu> | 2021-11-20 00:39:01 +0100 |
commit | 27c701a17bd86b8fee5196013d3d17b401476be5 (patch) | |
tree | e638928321d8f9c6c2c3425ad7a5761712435503 | |
parent | d326fdb7af55dcfac696954d8663d95c849b8d09 (diff) | |
download | guix-27c701a17bd86b8fee5196013d3d17b401476be5.tar.gz guix-27c701a17bd86b8fee5196013d3d17b401476be5.zip |
gnu: coq-interval: Update home-page.
* gnu/packages/coq.scm (coq-interval)[home-page]: Update.
-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 d413beab26..91290c8584 100644 --- a/gnu/packages/coq.scm +++ b/gnu/packages/coq.scm @@ -476,7 +476,7 @@ provides BigN, BigZ, BigQ that used to be part of Coq standard library.") (lambda _ (invoke "./remake" "check"))) (replace 'install (lambda _ (invoke "./remake" "install")))))) - (home-page "http://coq-interval.gforge.inria.fr/") + (home-page "https://coqinterval.gitlabpages.inria.fr/") (synopsis "Coq tactics to simplify inequality proofs") (description "Interval provides vernacular files containing tactics for simplifying the proofs of inequalities on expressions of real numbers for the |