Fix the support email address

Change-Id: I00617cdd5fa9ca990726c73da898913f273ed8af
diff --git a/debian/changelog b/debian/changelog
index 142a24d..f4535e3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -35,13 +35,13 @@
   * Move gstreamer pipelines into a separate file.
   * Fix problem with using JPEG images as a source.
 
- -- AIY Projects <support-aiyprojects@google.com>  Fri, 22 Feb 2019 13:56:05 -0800
+ -- AIY Projects <coral-support@google.com>  Fri, 22 Feb 2019 13:56:05 -0800
 
 edgetpuvision (1.2-1) mendel-beaker; urgency=medium
 
   * Update command line examples and help strings.
 
- -- AIY Projects <support-aiyprojects@google.com>  Mon, 28 Jan 2019 15:01:00 -0800
+ -- AIY Projects <coral-support@google.com>  Mon, 28 Jan 2019 15:01:00 -0800
 
 edgetpuvision (1.1-1) mendel-beaker; urgency=medium
 
@@ -53,10 +53,10 @@
   * tpudemo script
   * Simplified API based on python generators
 
- -- AIY Projects <support-aiyprojects@google.com>  Thu, 24 Jan 2019 14:27:56 -0800
+ -- AIY Projects <coral-support@google.com>  Thu, 24 Jan 2019 14:27:56 -0800
 
 edgetpuvision (1.0-1) unstable; urgency=low
 
   * Initial release.
 
- -- AIY Projects <support-aiyprojects@google.com>  Wed, 16 Jan 2019 21:25:55 +0000
+ -- AIY Projects <coral-support@google.com>  Wed, 16 Jan 2019 21:25:55 +0000
diff --git a/debian/control b/debian/control
index 67a5ac5..8a865cf 100644
--- a/debian/control
+++ b/debian/control
@@ -1,5 +1,5 @@
 Source: edgetpuvision
-Maintainer: AIY Projects <support-aiyprojects@google.com>
+Maintainer: AIY Projects <coral-support@google.com>
 Section: python
 Priority: optional
 Build-Depends: dh-python, python3-setuptools, python3-all, debhelper (>= 9)
diff --git a/debian/copyright b/debian/copyright
index 9ed3ad1..0bf83a1 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -3,5 +3,5 @@
 Source: https://aiyprojects.withgoogle.com
 
 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/setup.py b/setup.py
index 997fba2..7727845 100644
--- a/setup.py
+++ b/setup.py
@@ -6,7 +6,7 @@
     description='EdgeTPU camera API',
     long_description='API to run inference on image data coming from the camera.',
     author='AIY Projects',
-    author_email='support-aiyprojects@google.com',
+    author_email='coral-support@google.com',
     url="https://aiyprojects.withgoogle.com/",
     license='Apache 2',
     packages=find_packages(),