diff options
author | Carlo Zancanaro <carlo@clearboxsystems.com.au> | 2013-06-22 11:09:51 +1000 |
---|---|---|
committer | Carlo Zancanaro <carlo@clearboxsystems.com.au> | 2013-06-22 11:09:51 +1000 |
commit | cf478f884b998e145c1491ba4316c4ea60db8350 (patch) | |
tree | be20987262c6bbdb536eee84c1f4affc523e26e9 | |
parent | 1975c39d905d32b071fc6488cf3b22c6bf227489 (diff) |
Update project.clj
-rw-r--r-- | project.clj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/project.clj b/project.clj index 30932b7..3b41657 100644 --- a/project.clj +++ b/project.clj @@ -1,6 +1,6 @@ (defproject clojure-sql "0.1.0-SNAPSHOT" - :description "FIXME: write description" - :url "http://example.com/FIXME" + :description "Relational algebra compiling down to SQL queries." + :url "https://bitbucket.org/czan/clojure-sql/" :license {:name "Eclipse Public License" :url "http://www.eclipse.org/legal/epl-v10.html"} :dependencies [[org.clojure/clojure "1.5.1"] |