[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#38965] [PATCH 10/12] gnu: coq-coquelicot: Truncate home-page.
From: |
Brett Gilio |
Subject: |
[bug#38965] [PATCH 10/12] gnu: coq-coquelicot: Truncate home-page. |
Date: |
Mon, 06 Jan 2020 02:28:12 -0600 |
>From e292512deb9c9c30bb2dffa9bf405c8a9aea66f7 Mon Sep 17 00:00:00 2001
From: Brett Gilio <address@hidden>
Date: Mon, 6 Jan 2020 01:40:27 -0600
Subject: [PATCH 10/12] gnu: coq-coquelicot: Truncate home-page.
To: address@hidden
* gnu/packages/coq.scm (coq-coquelicot)[home-page]: Truncate home-page.
---
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 b5de804c9d..5a48aede30 100644
--- a/gnu/packages/coq.scm
+++ b/gnu/packages/coq.scm
@@ -403,7 +403,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
--
2.24.1
- [bug#38965] [PATCH 00/12] gnu: coq: Update to 8.10.2., Brett Gilio, 2020/01/06
- [bug#38965] [PATCH 01/12] gnu: Add ocaml-cairo2., Brett Gilio, 2020/01/06
- [bug#38965] [PATCH 03/12] gnu: coq: Update to 8.10.2., Brett Gilio, 2020/01/06
- [bug#38965] [PATCH 02/12] gnu: Add ocaml-lablgtk3., Brett Gilio, 2020/01/06
- [bug#38965] [PATCH 04/12] gnu: coq: Reword several comments., Brett Gilio, 2020/01/06
- [bug#38965] [PATCH 05/12] gnu: coq-flocq: Update to 3.2.0., Brett Gilio, 2020/01/06
- [bug#38965] [PATCH 08/12] gnu: coq-gappa: Use HTTPS home page URI., Brett Gilio, 2020/01/06
- [bug#38965] [PATCH 06/12] gnu: coq-flocq: Use HTTPS home page URI., Brett Gilio, 2020/01/06
- [bug#38965] [PATCH 07/12] gnu: coq-gappa: Update to 1.4.2., Brett Gilio, 2020/01/06
- [bug#38965] [PATCH 09/12] gnu: coq-coquelicot: Update to 3.0.3., Brett Gilio, 2020/01/06
- [bug#38965] [PATCH 10/12] gnu: coq-coquelicot: Truncate home-page.,
Brett Gilio <=
- [bug#38965] [PATCH 12/12] gnu: coq-equations: Update to 1.2.1., Brett Gilio, 2020/01/06
- [bug#38965] [PATCH 11/12] gnu: coq-interval: Update to 3.4.1., Brett Gilio, 2020/01/06
- [bug#38965] [PATCH 00/12] gnu: coq: Update to 8.10.2., Julien Lepiller, 2020/01/06