From 17da9b9ce4a3e5354a6a8689c1e2ee4466b76e39 Mon Sep 17 00:00:00 2001 From: Carlo Zancanaro Date: Thu, 13 Feb 2014 23:36:36 +1100 Subject: Rename project to 'abra', add 'add-middleware' function to maintain reverse-routing through middleware stack --- project.clj | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'project.clj') 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"] -- cgit v1.2.3