From 38d08ac3ba4f05841518873346fdeab4b7b40871 Mon Sep 17 00:00:00 2001 From: Ilmari Vacklin Date: Thu, 24 May 2012 15:35:55 +0300 Subject: [PATCH] Fix project name --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 635442c..d170baa 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject structured-data "0.1.0-SNAPSHOT" +(defproject recursion "0.1.0-SNAPSHOT" :dependencies [[org.clojure/clojure "1.4.0"]] :profiles {:dev {:dependencies [[midje "1.4.0"]] :plugins [[lein-midje "2.0.0-SNAPSHOT"]]}})