Skip to content

Commit fdb750c

Browse files
committed
Update MELPA URL
1 parent 5286211 commit fdb750c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ you will need to get [package.el](http://bit.ly/pkg-el23) yourself if you wish t
88
`cider-decompile` is available on both major `package.el` community
99
maintained repos -
1010
[Marmalade](http://marmalade-repo.org/packages/cider) and
11-
[MELPA](http://melpa.milkbox.net).
11+
[MELPA](https://melpa.org/).
1212

1313
If you're not already using Marmalade, add this to your
1414
`~/.emacs.d/init.el` (or equivalent) and load it with <kbd>M-x eval-buffer</kbd>.
@@ -25,7 +25,7 @@ For MELPA the code you need to add is:
2525
```lisp
2626
(require 'package)
2727
(add-to-list 'package-archives
28-
'("melpa" . "http://melpa.milkbox.net/packages/") t)
28+
'("melpa" . "https://melpa.org/packages/") t)
2929
(package-initialize)
3030
```
3131

cider-decompile.el

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,15 @@
3030

3131
;;; Installation:
3232

33-
;; Available as a package in marmalade-repo.org and melpa.milkbox.net.
33+
;; Available as a package in marmalade-repo.org and melpa.org.
3434

3535
;; (add-to-list 'package-archives
3636
;; '("marmalade" . "http://marmalade-repo.org/packages/"))
3737
;;
3838
;; or
3939
;;
4040
;; (add-to-list 'package-archives
41-
;; '("melpa" . "http://melpa.milkbox.net/packages/") t)
41+
;; '("melpa" . "https://melpa.org/packages/") t)
4242
;;
4343
;; M-x package-install cider-decompile
4444

0 commit comments

Comments
 (0)