From: Ramakrishnan Muthukrishnan Date: Thu, 18 Feb 2016 12:49:23 +0000 (+0530) Subject: use https for the package repository urls X-Git-Url: https://git.rkrishnan.org/?p=.emacs.d.git;a=commitdiff_plain;h=0a295652e2530aabbabde4068915fbbb4426ab82 use https for the package repository urls --- diff --git a/packages.el b/packages.el index 093c830..a7554de 100644 --- a/packages.el +++ b/packages.el @@ -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