From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56612) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1exJN0-0002oq-Qf for guix-patches@gnu.org; Sat, 17 Mar 2018 17:28:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1exJMw-0008M6-2J for guix-patches@gnu.org; Sat, 17 Mar 2018 17:28:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:59100) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1exJMv-0008Ky-V0 for guix-patches@gnu.org; Sat, 17 Mar 2018 17:28:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1exJMv-0001j2-KC for guix-patches@gnu.org; Sat, 17 Mar 2018 17:28:01 -0400 Subject: [bug#30835] [PATCH 1/3] guix import elpa: use https in download URLs Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: Date: Sat, 17 Mar 2018 22:27:16 +0100 In-Reply-To: (Konrad Hinsen's message of "Fri, 16 Mar 2018 14:53:09 +0100") Message-ID: <87370ymlzf.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable 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: Konrad Hinsen Cc: 30835@debbugs.gnu.org Hi Konrad, Konrad Hinsen skribis: > --- > guix/import/elpa.scm | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) Applied with a commit log, thanks! Ludo=E2=80=99.