Rename nrepl-tracing to cider-tracing

This commit is contained in:
Bozhidar Batsov 2013-10-18 17:43:26 +03:00
parent f3a4e051ab
commit 5e27e9e8d0
2 changed files with 3 additions and 2 deletions

3
recipes/cider-tracing Normal file
View file

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

View file

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