From mboxrd@z Thu Jan 1 00:00:00 1970 From: ng0 Subject: [PATCH] gnu: grub: Use https URL. Date: Sat, 27 Aug 2016 14:23:12 +0000 Message-ID: <877fb2qoj3.fsf@we.make.ritual.n0.is> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45033) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bdeVw-0001GU-Ac for guix-devel@gnu.org; Sat, 27 Aug 2016 10:23:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bdeVt-00045c-Ty for guix-devel@gnu.org; Sat, 27 Aug 2016 10:23:15 -0400 Received: from mithlond.libertad.in-berlin.de ([2001:67c:1400:2490::1]:36607 helo=beleriand.n0.is) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bdeVt-00045L-Kh for guix-devel@gnu.org; Sat, 27 Aug 2016 10:23:13 -0400 Received: by beleriand.n0.is (OpenSMTPD) with ESMTPSA id bfb93687 TLS version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO for ; Sat, 27 Aug 2016 14:23:12 +0000 (UTC) List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: guix-devel@gnu.org --=-=-= Content-Type: text/x-patch Content-Disposition: inline; filename=0004-gnu-grub-Use-https-URL.patch >From a9367fd2dbe5bb77d67ee3ee38594ed7bddaf9a2 Mon Sep 17 00:00:00 2001 From: ng0 Date: Sat, 27 Aug 2016 13:47:19 +0000 Subject: [PATCH 4/4] gnu: grub: Use https URL. * gnu/packages/grub.scm (grub)[home-page]: Use https URL. --- gnu/packages/grub.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/grub.scm b/gnu/packages/grub.scm index 01f2a84..3229b86 100644 --- a/gnu/packages/grub.scm +++ b/gnu/packages/grub.scm @@ -129,7 +129,7 @@ ("parted" ,parted) ("qemu" ,qemu-for-tests) ("xorriso" ,xorriso))) - (home-page "http://www.gnu.org/software/grub/") + (home-page "https://www.gnu.org/software/grub/") (synopsis "GRand Unified Boot loader") (description "GRUB is a multiboot bootloader. It is used for initially loading the -- 2.9.3 --=-=-= Content-Type: text/plain -- ng0 For non-prism friendly talk find me on http://www.psyced.org --=-=-=--