summaryrefslogtreecommitdiff
path: root/project.clj
diff options
context:
space:
mode:
Diffstat (limited to 'project.clj')
-rw-r--r--project.clj6
1 files changed, 3 insertions, 3 deletions
diff --git a/project.clj b/project.clj
index 431b954..4c96e79 100644
--- a/project.clj
+++ b/project.clj
@@ -1,6 +1,6 @@
-(defproject reverse-routing "0.1.0-SNAPSHOT"
- :description "FIXME: write description"
- :url "http://example.com/FIXME"
+(defproject abra "0.1.0-SNAPSHOT"
+ :description "A small library for reverse-routing in compojure applications."
+ :url "http://bitbucket.org/czan/abra"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:dependencies [[org.clojure/clojure "1.5.1"]