Add mailing list to project.clj [ci skip]
This commit is contained in:
parent
31a6b06c1f
commit
50f5f8bbdf
1 changed files with 3 additions and 0 deletions
|
|
@ -1,6 +1,9 @@
|
|||
(defproject com.novemberain/monger "1.0.0-SNAPSHOT"
|
||||
:description "Monger is an experimental idiomatic Clojure wrapper around MongoDB Java driver"
|
||||
:license { :name "Eclipse Public License" }
|
||||
:mailing-list {:name "clojure-monger"
|
||||
:archive "https://groups.google.com/group/clojure-monger"
|
||||
:post "clojure-monger@googlegroups.com"}
|
||||
:repositories { "sonatype"
|
||||
{:url "http://oss.sonatype.org/content/repositories/releases"
|
||||
:snapshots false
|
||||
|
|
|
|||
Loading…
Reference in a new issue