Add license information to project.clj
This commit is contained in:
parent
d9afb5916f
commit
7361497f18
1 changed files with 1 additions and 0 deletions
|
|
@ -1,4 +1,5 @@
|
|||
(defproject com.novemberain/monger "0.1.0-SNAPSHOT"
|
||||
:description "Monger is an experimental idiomatic Clojure wrapper around MongoDB Java driver"
|
||||
:license { :name "Eclipse Public License" }
|
||||
:dependencies [[org.clojure/clojure "1.3.0-beta1"]
|
||||
[org.mongodb/mongo-java-driver "2.6.3"]])
|
||||
Loading…
Reference in a new issue