Add :url to project.clj

This commit is contained in:
Michael S. Klishin 2012-06-27 10:07:50 +04:00
parent 8cb32d761c
commit a789b97a43

View file

@ -1,5 +1,6 @@
(defproject com.novemberain/monger "1.1.0-SNAPSHOT"
:description "Monger is a Clojure MongoDB client for a more civilized age: friendly, flexible and with batteries included"
:url "http://clojuremongodb.info"
:min-lein-version "2.0.0"
:license {:name "Eclipse Public License"}
:dependencies [[org.clojure/clojure "1.3.0"]