From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:42168) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ioNk3-0001Vs-KQ for guix-patches@gnu.org; Mon, 06 Jan 2020 03:28:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ioNk2-0003eK-HM for guix-patches@gnu.org; Mon, 06 Jan 2020 03:28:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:38994) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ioNk2-0003eE-Eh for guix-patches@gnu.org; Mon, 06 Jan 2020 03:28:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ioNk2-00032y-CT for guix-patches@gnu.org; Mon, 06 Jan 2020 03:28:02 -0500 Subject: [bug#38965] [PATCH 06/12] gnu: coq-flocq: Use HTTPS home page URI. References: <874kx9xa9u.fsf@gnu.org> In-Reply-To: <874kx9xa9u.fsf@gnu.org> Resent-Message-ID: From: Brett Gilio Date: Mon, 06 Jan 2020 02:27:27 -0600 Message-ID: <87mub1vvkg.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/x-patch Content-Disposition: inline; filename=0006-gnu-coq-flocq-Use-HTTPS-home-page-URI.patch Content-Description: [PATCH 06/12] gnu: coq-flocq: Use HTTPS home page URI. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 38965@debbugs.gnu.org >From a725c0c6f8889105354c26f8dc1125bb90467d55 Mon Sep 17 00:00:00 2001 From: Brett Gilio Date: Mon, 6 Jan 2020 01:37:15 -0600 Subject: [PATCH 06/12] gnu: coq-flocq: Use HTTPS home page URI. To: guix-patches@gnu.org * gnu/packages/coq.scm (coq-flocq)[home-page]: Use HTTPS URI. --- 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 e7baae908c..504c95ff25 100644 --- a/gnu/packages/coq.scm +++ b/gnu/packages/coq.scm @@ -253,7 +253,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 -- 2.24.1