summaryrefslogtreecommitdiff
path: root/settings
diff options
context:
space:
mode:
Diffstat (limited to 'settings')
-rw-r--r--settings/setup-package.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/setup-package.el b/settings/setup-package.el
index b30a85f..f16cbbf 100644
--- a/settings/setup-package.el
+++ b/settings/setup-package.el
@@ -1,7 +1,7 @@
(require 'package)
;; Taken from magnars setup-package.el
;; https://github.com/magnars/.emacs.d/blob/master/settings/setup-package.el
-(add-to-list 'package-archives '("melpa" . "http://melpa.milkbox.net/packages/") t)
+(add-to-list 'package-archives '("melpa" . "http://melpa.org/packages/") t)
(add-to-list 'package-archives '("melpa-stable" . "http://stable.melpa.org/packages/") t)
(package-initialize)