From: Ramakrishnan Muthukrishnan <ram@rkrishnan.org>
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/specifications/%5B/%22doc.html/reliability?a=commitdiff_plain;h=0a295652e2530aabbabde4068915fbbb4426ab82;p=.emacs.d.git

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