about summary refs log tree commit homepage
path: root/configure.ac
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2014-09-05 00:33:50 +0000
committerEric Wong <e@80x24.org>2014-09-05 01:36:03 +0000
commit1b0b17910da9d3dea3d1f96083743545469db160 (patch)
treec98eb8484981fcd116ae6f7b5490e3528cd7fddb /configure.ac
parent4fbe02062007d1ad073a550f5e37b599fc0019e4 (diff)
downloadcmogstored-1b0b17910da9d3dea3d1f96083743545469db160.tar.gz
Receiving bug reports via private email is awkward because I must
ask reporters if they wish to be credited publically.  This also
allows users to help each other in case they're not subscribed to
the MogileFS list (which requires subscription).

So the new public mail address is at:

	cmogstored-public@bogomips.org

No subscription will ever be required to post.
HTML email is considered spam and blocked.

There's now a public mailing list for reporting issues
with git clone-able archives (via ssoma[1]) at:

	git://bogomips.org/cmogstored-public

[1] http://soma.public-inbox.org/README
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 1ad3b41..5d7a8a9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
 AC_INIT([cmogstored],
  m4_esyscmd([build-aux/git-version-gen .tarball-version]),
- [normalperson@yhbt.net])
+ [cmogstored-public@bogomips.org])
 AC_CONFIG_SRCDIR([cmogstored.c])
 AC_CONFIG_AUX_DIR([build-aux])
 AM_INIT_AUTOMAKE([foreign silent-rules parallel-tests subdir-objects])