Skip to content

Commit 61a35f6

Browse files
committed
Merge pull request #97 from syohex/update-url
Update MELPA URL
2 parents a2e9f56 + cdaf3fc commit 61a35f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ package source, yet, add this to `~/.emacs.d/init.el`:
2929
```lisp
3030
(require 'package)
3131
(add-to-list 'package-archives
32-
'("melpa" . "http://melpa.milkbox.net/packages/") t)
32+
'("melpa" . "https://melpa.org/packages/") t)
3333
(package-initialize)
3434
```
3535

0 commit comments

Comments
 (0)