summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'init.el')
-rw-r--r--init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.el b/init.el
index 4a39090..be77ef6 100644
--- a/init.el
+++ b/init.el
@@ -6,7 +6,7 @@
(require 'package)
(push '("marmalade" . "http://marmalade-repo.org/packages/")
package-archives )
-(push '("melpa" . "http://melpa.milkbox.net/packages/")
+(push '("melpa" . "https://melpa.org/packages/")
package-archives)
(package-initialize)