aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--guix/import/elpa.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/guix/import/elpa.scm b/guix/import/elpa.scm
index 45a419217c..7f76a13adb 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))