From cd8844ea543eca881abfcea09bbe9b8443f60bec Mon Sep 17 00:00:00 2001 From: Steve Purcell Date: Thu, 17 Oct 2013 19:08:17 +0100 Subject: [PATCH] Rename latest-clojars to latest-clojar-libraries after all --- recipes/latest-clojar-libraries | 3 +++ recipes/latest-clojars | 1 - 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 recipes/latest-clojar-libraries delete mode 100644 recipes/latest-clojars diff --git a/recipes/latest-clojar-libraries b/recipes/latest-clojar-libraries new file mode 100644 index 00000000..c7752770 --- /dev/null +++ b/recipes/latest-clojar-libraries @@ -0,0 +1,3 @@ +(latest-clojar-libraries + :fetcher github + :repo "AdamClements/latest-clojure-libraries") diff --git a/recipes/latest-clojars b/recipes/latest-clojars deleted file mode 100644 index e77fdf20..00000000 --- a/recipes/latest-clojars +++ /dev/null @@ -1 +0,0 @@ -(latest-clojars :fetcher github :repo "AdamClements/latest-clojure-libraries")