Skip to content

Commit

Permalink
Add missing slash to URL
Browse files Browse the repository at this point in the history
  • Loading branch information
purcell committed Apr 15, 2020
1 parent 27582e4 commit 7946153
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 @@ -95,7 +95,7 @@ locate PACKAGE."
;; For early Emacs 26 versions, make a special effort to grab the
;; latest ELPA keyring if it's not already installed.
(let ((package-check-signature nil)
(package-archives '(("elpa" . "http://elpa.gnu.org/packages"))))
(package-archives '(("elpa" . "http://elpa.gnu.org/packages/"))))
(require-package 'gnu-elpa-keyring-update))


Expand Down

0 comments on commit 7946153

Please sign in to comment.