Rename nrepl-decompile to cider-decompile

This commit is contained in:
Bozhidar Batsov 2013-10-18 17:45:43 +03:00
parent f3a4e051ab
commit 4b76a00ac4
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)