File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ you will need to get [package.el](http://bit.ly/pkg-el23) yourself if you wish t
8
8
` cider-decompile ` is available on both major ` package.el ` community
9
9
maintained repos -
10
10
[ Marmalade] ( http://marmalade-repo.org/packages/cider ) and
11
- [ MELPA] ( http ://melpa.milkbox.net ) .
11
+ [ MELPA] ( https ://melpa.org/ ) .
12
12
13
13
If you're not already using Marmalade, add this to your
14
14
` ~/.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:
25
25
``` lisp
26
26
(require 'package)
27
27
(add-to-list 'package-archives
28
- '("melpa" . "http ://melpa.milkbox.net /packages/") t)
28
+ '("melpa" . "https ://melpa.org /packages/") t)
29
29
(package-initialize)
30
30
```
31
31
Original file line number Diff line number Diff line change 30
30
31
31
; ;; Installation:
32
32
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 .
34
34
35
35
; ; (add-to-list 'package-archives
36
36
; ; '("marmalade" . "http://marmalade-repo.org/packages/"))
37
37
; ;
38
38
; ; or
39
39
; ;
40
40
; ; (add-to-list 'package-archives
41
- ; ; '("melpa" . "http ://melpa.milkbox.net /packages/") t)
41
+ ; ; '("melpa" . "https ://melpa.org /packages/") t)
42
42
; ;
43
43
; ; M-x package-install cider-decompile
44
44
You can’t perform that action at this time.
0 commit comments