From 59265e5ff4cc73ce4a889281b96a8ae0af21505b Mon Sep 17 00:00:00 2001 From: Brett Gilio Date: Mon, 6 Jan 2020 01:37:15 -0600 Subject: gnu: coq-flocq: Use HTTPS home page URI. * gnu/packages/coq.scm (coq-flocq)[home-page]: Use HTTPS URI. --- gnu/packages/coq.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/packages/coq.scm') diff --git a/gnu/packages/coq.scm b/gnu/packages/coq.scm index ff6a436b94..a669836b84 100644 --- a/gnu/packages/coq.scm +++ b/gnu/packages/coq.scm @@ -254,7 +254,7 @@ provers.") (replace 'install (lambda _ (invoke "./remake" "install")))))) - (home-page "http://flocq.gforge.inria.fr/") + (home-page "https://flocq.gforge.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 -- cgit v1.2.3