Correct mailing list name

This commit is contained in:
Michael S. Klishin 2012-06-18 03:08:14 +04:00
parent 92a262ff8a
commit b5b35baabb

View file

@ -23,7 +23,7 @@
:java-source-paths ["src/java"]
:javac-options ["-target" "1.6" "-source" "1.6"]
:codox {:exclude [monger.internal.pagination]}
:mailing-list {:name "clojure-monger"
:mailing-list {:name "clojure-mongodb"
:archive "https://groups.google.com/group/clojure-mongodb"
:post "clojure-mongodb@googlegroups.com"}
:profiles {:1.4 {:dependencies [[org.clojure/clojure "1.4.0"]]}