Skip to content

Commit

Permalink
Use https for MELPA
Browse files Browse the repository at this point in the history
  • Loading branch information
purcell committed Aug 23, 2015
1 parent a511c88 commit b5ba666
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lisp/init-elpa.el
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
(add-to-list 'package-archives '("gnu" . "http://elpa.gnu.org/packages/")))

;;; Also use Melpa for most packages
(add-to-list 'package-archives '("melpa" . "http://melpa.org/packages/"))
(add-to-list 'package-archives '("melpa" . "https://melpa.org/packages/"))



Expand Down

0 comments on commit b5ba666

Please sign in to comment.