summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Wragg <david@rabbitmq.com>2011-03-02 13:02:27 +0000
committerDavid Wragg <david@rabbitmq.com>2011-03-02 13:02:27 +0000
commit71fc6ac79178efd6e35ee6fb0dfdb5383eeff029 (patch)
tree43b4b3b1922ed90ebf3158bd03e70359d551498d
parent8df78da6fd95fa42e198a36795c4f1aedfb220cb (diff)
downloadrabbitmq-c-71fc6ac79178efd6e35ee6fb0dfdb5383eeff029.tar.gz
Fix remaining mentions of the defunct tonyg@rabbitmq.com address
-rw-r--r--AUTHORS3
-rw-r--r--configure.ac2
2 files changed, 3 insertions, 2 deletions
diff --git a/AUTHORS b/AUTHORS
index 42f64ba..bd0070c 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -1 +1,2 @@
-Tony Garnock-Jones <tonyg@rabbitmq.com>
+Tony Garnock-Jones <tonygarnockjones@gmail.com>
+The RabbitMQ team <info@rabbitmq.com>
diff --git a/configure.ac b/configure.ac
index 6dbb63d..6736ced 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([librabbitmq],[0.0.1],[tonyg@rabbitmq.com])
+AC_INIT([librabbitmq],[0.0.1],[support@rabbitmq.com])
AC_CONFIG_SRCDIR(librabbitmq/codegen.py)
AM_INIT_AUTOMAKE