summaryrefslogtreecommitdiff
path: root/project.clj
diff options
context:
space:
mode:
authorCarlo Zancanaro <carlo@zancanaro.id.au>2014-02-13 23:36:36 +1100
committerCarlo Zancanaro <carlo@zancanaro.id.au>2014-02-13 23:36:36 +1100
commit17da9b9ce4a3e5354a6a8689c1e2ee4466b76e39 (patch)
treedbad842089c045f0c739c9e8cdd61fabb86205cc /project.clj
parentedbe046445defc78420afeecd141820e1860c50e (diff)
Rename project to 'abra', add 'add-middleware' function to maintain reverse-routing through middleware stack
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"]