Merge pull request #1109 from bbatsov/cider-decompile

Rename nrepl-decompile to cider-decompile
This commit is contained in:
Donald Ephraim Curtis 2013-10-18 17:22:45 -07:00
commit 0b7f7f23bb
2 changed files with 3 additions and 2 deletions

3
recipes/cider-decompile Normal file
View file

@ -0,0 +1,3 @@
(cider-decompile :repo "clojure-emacs/cider-decompile"
:fetcher github
:old-names (nrepl-decompile))

View file

@ -1,2 +0,0 @@
(nrepl-decompile :repo "clojure-emacs/nrepl-decompile"
:fetcher github)