[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/03: gnu: coq-gappa: Update home-page.
From: |
guix-commits |
Subject: |
02/03: gnu: coq-gappa: Update home-page. |
Date: |
Fri, 19 Nov 2021 18:39:43 -0500 (EST) |
roptat pushed a commit to branch master
in repository guix.
commit d326fdb7af55dcfac696954d8663d95c849b8d09
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Sat Nov 20 00:36:57 2021 +0100
gnu: coq-gappa: Update home-page.
* gnu/packages/coq.scm (coq-gappa)[home-page]: Update.
---
gnu/packages/coq.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/coq.scm b/gnu/packages/coq.scm
index a53c635..d413bea 100644
--- a/gnu/packages/coq.scm
+++ b/gnu/packages/coq.scm
@@ -237,7 +237,7 @@ provers.")
(replace 'install
(lambda _
(invoke "./remake" "install"))))))
- (home-page "https://flocq.gitlabpages.inria.fr/")
+ (home-page "https://flocq.gitlabpages.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
@@ -295,7 +295,7 @@ inside Coq.")
;; (lambda _ (invoke "./remake" "check")))
(replace 'install
(lambda _ (invoke "./remake" "install"))))))
- (home-page "https://gappa.gforge.inria.fr/")
+ (home-page "https://gappa.gitlabpages.inria.fr/")
(synopsis "Verify and formally prove properties on numerical programs")
(description "Gappa is a tool intended to help verifying and formally
proving
properties on numerical programs dealing with floating-point or fixed-point