From ead929411286ac1f89ad8c814e30f032e6b56f4f Mon Sep 17 00:00:00 2001 From: Tim Abbott Date: Fri, 4 Oct 2013 13:59:25 -0400 Subject: [PATCH] [manual] Rename humbug@humbughq.com to zulip@zulip.com. This requires renaming the account in Google Apps at the time we deploy this; we'll probably want to do this during off hours to avoid any user-visible downtime. This also updates some related email addresses. (imported from commit fce7629b359a4f278bbf7815c8d177a8fa0484fe) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c0d9e8d..3d97cd7 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ setup(name='zulip', version=zulip.__version__, description='Bindings for the Zulip message API', author='Zulip, Inc.', - author_email='humbug@humbughq.com', + author_email='zulip@zulip.com', classifiers=[ 'Development Status :: 3 - Alpha', 'Environment :: Web Environment',