]> git.rkrishnan.org Git - .emacs.d.git/commitdiff
use https for the package repository urls
authorRamakrishnan Muthukrishnan <ram@rkrishnan.org>
Thu, 18 Feb 2016 12:49:23 +0000 (18:19 +0530)
committerRamakrishnan Muthukrishnan <ram@rkrishnan.org>
Thu, 18 Feb 2016 12:49:23 +0000 (18:19 +0530)
packages.el

index 093c8304910b7feea9713c3130e72df5fb0f04d5..a7554dec85ef38038d3e63c7f717e1a98e2e100f 100644 (file)
@@ -10,9 +10,9 @@
       (expand-file-name "elpa" emacs-d))
 
 (add-to-list 'package-archives
-             '("melpa" . "http://melpa.milkbox.net/packages/") t)
+             '("melpa" . "https://melpa.milkbox.net/packages/") t)
 (add-to-list 'package-archives
-             '("gnu" . "http://elpa.gnu.org/packages/") t)
+             '("gnu" . "https://elpa.gnu.org/packages/") t)
 (package-initialize)
 
 ; fetch the list of packages available