roptat pushed a commit to branch master
in repository guix.

commit 27c701a17bd86b8fee5196013d3d17b401476be5
Author: Julien Lepiller <[email protected]>
AuthorDate: Sat Nov 20 00:37:46 2021 +0100

    gnu: coq-interval: Update home-page.
    
    * gnu/packages/coq.scm (coq-interval)[home-page]: Update.
---
 gnu/packages/coq.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/coq.scm b/gnu/packages/coq.scm
index d413bea..91290c8 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

Reply via email to