Lintian cleanups

Change-Id: I10f00a46be51bf85d4a7917b114a5a577aa105b5
diff --git a/debian/control b/debian/control
index 40fba54..873e4b1 100644
--- a/debian/control
+++ b/debian/control
@@ -3,8 +3,8 @@
 Section: python
 Priority: optional
 Build-Depends: dh-python, python3-setuptools, python3-all, debhelper (>= 9)
-Standards-Version: 3.9.6
-Homepage: https://aiyprojects.withgoogle.com/
+Standards-Version: 3.9.8
+Homepage: https://coral.withgoogle.com/
 
 Package: python3-edgetpuvision
 Architecture: all
diff --git a/debian/copyright b/debian/copyright
index 0bf83a1..e83d9af 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,6 +1,6 @@
 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: python3-edgetpuvision
-Source: https://aiyprojects.withgoogle.com
+Source: https://coral.withgoogle.com
 
 Files: *
 Copyright: Copyright 2018 Google, LLC <coral-support@google.com>
diff --git a/debian/lintian-overrides b/debian/lintian-overrides
new file mode 100644
index 0000000..4ef436d
--- /dev/null
+++ b/debian/lintian-overrides
@@ -0,0 +1 @@
+python3-edgetpuvision: extra-license-file usr/lib/python3/dist-packages/edgetpuvision/streaming/assets/broadway/LICENSE
diff --git a/setup.py b/setup.py
index 625f23b..894b6df 100644
--- a/setup.py
+++ b/setup.py
@@ -7,7 +7,7 @@
     long_description='API to run inference on image data coming from the camera.',
     author='Coral',
     author_email='coral-support@google.com',
-    url="https://aiyprojects.withgoogle.com/",
+    url="https://coral.withgoogle.com/",
     license='Apache 2',
     packages=find_packages(),
     include_package_data=True,