From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:42200) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ioNk4-0001XV-LD for guix-patches@gnu.org; Mon, 06 Jan 2020 03:28:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ioNk3-0003fE-E4 for guix-patches@gnu.org; Mon, 06 Jan 2020 03:28:04 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:38996) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ioNk3-0003ew-8x for guix-patches@gnu.org; Mon, 06 Jan 2020 03:28:03 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ioNk3-00033D-5n for guix-patches@gnu.org; Mon, 06 Jan 2020 03:28:03 -0500 Subject: [bug#38965] [PATCH 08/12] gnu: coq-gappa: 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:52 -0600 Message-ID: <87h819vvjr.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/x-patch Content-Disposition: inline; filename=0008-gnu-coq-gappa-Use-HTTPS-home-page-URI.patch Content-Description: [PATCH 08/12] gnu: coq-gappa: 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 0cb2f1f9f5a15cdebf3c5c69a8970a14b86e7d1f Mon Sep 17 00:00:00 2001 From: Brett Gilio Date: Mon, 6 Jan 2020 01:39:24 -0600 Subject: [PATCH 08/12] gnu: coq-gappa: Use HTTPS home page URI. To: guix-patches@gnu.org * gnu/packages/coq.scm (coq-gappa)[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 8c503eafa8..0645d4d59e 100644 --- a/gnu/packages/coq.scm +++ b/gnu/packages/coq.scm @@ -310,7 +310,7 @@ inside Coq.") ;; (lambda _ (invoke "./remake" "check"))) (replace 'install (lambda _ (invoke "./remake" "install")))))) - (home-page "http://gappa.gforge.inria.fr/") + (home-page "https://gappa.gforge.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 -- 2.24.1