* [bug#30835] [PATCH 1/3] guix import elpa: use https in download URLs
@ 2018-03-16 13:53 Konrad Hinsen
2018-03-17 21:27 ` Ludovic Courtès
0 siblings, 1 reply; 2+ messages in thread
From: Konrad Hinsen @ 2018-03-16 13:53 UTC (permalink / raw)
To: 30835
---
guix/import/elpa.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/guix/import/elpa.scm b/guix/import/elpa.scm
index 45a419217..7f76a13ad 100644
--- a/guix/import/elpa.scm
+++ b/guix/import/elpa.scm
@@ -69,9 +69,9 @@ NAMES (strings)."
(define* (elpa-url #:optional (repo 'gnu))
"Retrun the URL of REPO."
(let ((elpa-archives
- '((gnu . "http://elpa.gnu.org/packages")
- (melpa-stable . "http://stable.melpa.org/packages")
- (melpa . "http://melpa.org/packages"))))
+ '((gnu . "https://elpa.gnu.org/packages")
+ (melpa-stable . "https://stable.melpa.org/packages")
+ (melpa . "https://melpa.org/packages"))))
(assq-ref elpa-archives repo)))
(define* (elpa-fetch-archive #:optional (repo 'gnu))
--
2.16.2
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [bug#30835] [PATCH 1/3] guix import elpa: use https in download URLs
2018-03-16 13:53 [bug#30835] [PATCH 1/3] guix import elpa: use https in download URLs Konrad Hinsen
@ 2018-03-17 21:27 ` Ludovic Courtès
0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2018-03-17 21:27 UTC (permalink / raw)
To: Konrad Hinsen; +Cc: 30835
Hi Konrad,
Konrad Hinsen <konrad.hinsen@fastmail.net> skribis:
> ---
> guix/import/elpa.scm | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
Applied with a commit log, thanks!
Ludo’.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2018-03-17 21:28 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-03-16 13:53 [bug#30835] [PATCH 1/3] guix import elpa: use https in download URLs Konrad Hinsen
2018-03-17 21:27 ` Ludovic Courtès
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).