Fix the support email address

Change-Id: Ifccd55330f67000385b4b9ecd93565e6e406869d
diff --git a/debian/control b/debian/control
index ca28117..1e91d1d 100644
--- a/debian/control
+++ b/debian/control
@@ -1,6 +1,6 @@
 Source: mdt
 Section: python
-Maintainer: AIY Projects <support-aiyprojects@google.com>
+Maintainer: AIY Projects <coral-support@google.com>
 Build-Depends: debhelper,
                dh-python,
                python3-all-dev,
diff --git a/debian/copyright b/debian/copyright
index 52b67a7..8f86189 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -3,5 +3,5 @@
 Source: https://aiyprojects.googlesource.com/aiy-board-tools
 
 Files: *
-Copyright: Copyright 2018 Google, LLC <support-aiyprojects@google.com>
+Copyright: Copyright 2018 Google, LLC <coral-support@google.com>
 License: Apache-2.0
diff --git a/man/mdt.1 b/man/mdt.1
index 7044f56..9a44f23 100644
--- a/man/mdt.1
+++ b/man/mdt.1
@@ -101,7 +101,7 @@
 .SH AUTHOR
 Written by June Tate-Gans.
 .SH "REPORTING BUGS"
-Contact AIY Projects support at <support-aiyprojects@google.com>
+Contact AIY Projects support at <coral-support@google.com>
 .SH COPYRIGHT
 Copyright \(co 2018 Google, Inc.
 License Apache 2.0.
diff --git a/setup.py b/setup.py
index b18992e..c716bb7 100755
--- a/setup.py
+++ b/setup.py
@@ -15,7 +15,7 @@
     long_description_content_type='text/markdown',
     url='https://aiyprojects.googlesource.com/mdt.git',
     author='Mendel Linux Software Team',
-    author_email='support-aiyprojects@google.com',
+    author_email='coral-support@google.com',
     license='Apache 2',
     classifiers = [
         'Development Status :: 3 - Alpha',