all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Alex Kost <alezost@gmail.com>
To: ng0 <ng0@we.make.ritual.n0.is>
Cc: guix-devel@gnu.org
Subject: Re: [PATCH] gnu: emacs: Use https for elpa.gnu.org
Date: Sat, 27 Aug 2016 23:55:38 +0300	[thread overview]
Message-ID: <871t1adj91.fsf@gmail.com> (raw)
In-Reply-To: <87fupqqoms.fsf@we.make.ritual.n0.is> (ng0@we.make.ritual.n0.is's message of "Sat, 27 Aug 2016 14:20:59 +0000")

ng0 (2016-08-27 17:20 +0300) wrote:

> From d2dfd0fcc34f5cdcb9d181093cffd5af16be6641 Mon Sep 17 00:00:00 2001
> From: ng0 <ng0@we.make.ritual.n0.is>
> Date: Sat, 27 Aug 2016 13:33:31 +0000
> Subject: [PATCH 1/4] gnu: emacs: Use https for elpa.gnu.org.
>
> * gnu/packages/emacs.scm: Use 'https' for all elpa.gnu.org urls.
> ---
>  gnu/packages/emacs.scm | 24 ++++++++++++------------
>  1 file changed, 12 insertions(+), 12 deletions(-)
>
>
> diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
> index 4fe9a8a..d1d8af0 100644
> --- a/gnu/packages/emacs.scm
> +++ b/gnu/packages/emacs.scm
> @@ -652,7 +652,7 @@ programs.")
>      (version "1.0.4")
>      (source (origin
>                (method url-fetch)
> -              (uri (string-append "http://elpa.gnu.org/packages/let-alist-"
> +              (uri (string-append "https://elpa.gnu.org/packages/let-alist-"
>                                    version ".el"))

FYI 'let-alist' was added by Ludovic, and I think using "http" was
intentional.  I asked once about "https" vs. "http", and I'm not sure
whether these http→https changes are desired:

http://lists.gnu.org/archive/html/guix-devel/2015-07/msg00378.html

-- 
Alex

  reply	other threads:[~2016-08-27 20:55 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-08-27 14:20 [PATCH] gnu: emacs: Use https for elpa.gnu.org ng0
2016-08-27 20:55 ` Alex Kost [this message]
2016-08-27 21:16   ` ng0
2016-08-30 12:22     ` ng0
2016-09-08 23:27       ` ng0
2016-09-09 18:04         ` Alex Kost
2016-09-12 13:46           ` Alex Kost
2016-09-13  8:02             ` Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=871t1adj91.fsf@gmail.com \
    --to=alezost@gmail.com \
    --cc=guix-devel@gnu.org \
    --cc=ng0@we.make.ritual.n0.is \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.