diff --git a/recipes/cider-tracing b/recipes/cider-tracing new file mode 100644 index 00000000..4f73d0e1 --- /dev/null +++ b/recipes/cider-tracing @@ -0,0 +1,3 @@ +(cider-tracing :repo "clojure-emacs/cider-tracing" + :fetcher github + :old-names (nrepl-tracing)) diff --git a/recipes/nrepl-tracing b/recipes/nrepl-tracing deleted file mode 100644 index 31bd938a..00000000 --- a/recipes/nrepl-tracing +++ /dev/null @@ -1,2 +0,0 @@ -(nrepl-tracing :repo "clojure-emacs/nrepl-tracing" - :fetcher github)