Fix the support name

Change-Id: Ie657fe18ea4796b9a441a2fd31be75524d8bd77b
diff --git a/debian/changelog b/debian/changelog
index f4535e3..be4678e 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 <coral-support@google.com>  Fri, 22 Feb 2019 13:56:05 -0800
+ -- Coral <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 <coral-support@google.com>  Mon, 28 Jan 2019 15:01:00 -0800
+ -- Coral <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 <coral-support@google.com>  Thu, 24 Jan 2019 14:27:56 -0800
+ -- Coral <coral-support@google.com>  Thu, 24 Jan 2019 14:27:56 -0800
 
 edgetpuvision (1.0-1) unstable; urgency=low
 
   * Initial release.
 
- -- AIY Projects <coral-support@google.com>  Wed, 16 Jan 2019 21:25:55 +0000
+ -- Coral <coral-support@google.com>  Wed, 16 Jan 2019 21:25:55 +0000
diff --git a/debian/control b/debian/control
index 8a865cf..2db0087 100644
--- a/debian/control
+++ b/debian/control
@@ -1,5 +1,5 @@
 Source: edgetpuvision
-Maintainer: AIY Projects <coral-support@google.com>
+Maintainer: Coral <coral-support@google.com>
 Section: python
 Priority: optional
 Build-Depends: dh-python, python3-setuptools, python3-all, debhelper (>= 9)
diff --git a/setup.py b/setup.py
index 7727845..625f23b 100644
--- a/setup.py
+++ b/setup.py
@@ -5,7 +5,7 @@
     version='1.0',
     description='EdgeTPU camera API',
     long_description='API to run inference on image data coming from the camera.',
-    author='AIY Projects',
+    author='Coral',
     author_email='coral-support@google.com',
     url="https://aiyprojects.withgoogle.com/",
     license='Apache 2',