From 50f5f8bbdf5415ec285960849922fb46752ca65d Mon Sep 17 00:00:00 2001 From: "Michael S. Klishin" Date: Sat, 18 Feb 2012 16:27:33 +0400 Subject: [PATCH] Add mailing list to project.clj [ci skip] --- project.clj | 3 +++ 1 file changed, 3 insertions(+) diff --git a/project.clj b/project.clj index e7cf32c..ed71a0f 100644 --- a/project.clj +++ b/project.clj @@ -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