From 76839436b50d4792446e36b6abe2afc4519f1fc7 Mon Sep 17 00:00:00 2001 From: "Michael S. Klishin" Date: Wed, 6 Jun 2012 23:32:04 +0400 Subject: [PATCH] Correct mailing list links --- project.clj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project.clj b/project.clj index 6d594d8..49c7469 100644 --- a/project.clj +++ b/project.clj @@ -20,8 +20,8 @@ :all (constantly true)} :codox {:exclude [monger.internal.pagination]} :mailing-list {:name "clojure-monger" - :archive "https://groups.google.com/group/clojure-monger" - :post "clojure-monger@googlegroups.com"} + :archive "https://groups.google.com/group/clojure-mongodb" + :post "clojure-mongodb@googlegroups.com"} :profiles {:1.4 {:dependencies [[org.clojure/clojure "1.4.0"]]} :1.5 {:dependencies [[org.clojure/clojure "1.5.0-master-SNAPSHOT"]]} :dev {:resource-paths ["test/resources"]