fix package archives
authorIan Kelling <iank@fsf.org>
Sun, 30 Aug 2020 12:27:55 +0000 (08:27 -0400)
committerIan Kelling <iank@fsf.org>
Sun, 30 Aug 2020 12:27:55 +0000 (08:27 -0400)
init.el

diff --git a/init.el b/init.el
index 44edd97e176465b8e22711e53ea346ca9ba53084..4680f0674dbec6e392a7bdd6ad7dc839d4865b5d 100644 (file)
--- a/init.el
+++ b/init.el
@@ -298,9 +298,9 @@ Fourth argument TYPE is the custom option type."
   ;;             '("marmalade" .
   ;;               "http://marmalade-repo.org/packages/"))
 
-  (add-to-list 'package-archives
-               '("melpa" . "http://melpa.milkbox.net/packages/") t)
-  (add-to-list 'package-archives '("org" . "http://orgmode.org/elpa/") t)
+  (add-to-list 'package-archives '("melpa" . "https://melpa.org/packages/") t)
+  ;; down atm 2020-08-30
+  ;;(add-to-list 'package-archives '("org" . "http://orgmode.org/elpa/") t)
 
 
   ;; keep our init.el clean, by moving customization elisp to it's own file