Update links

This commit is contained in:
Fabian Affolter
2016-04-12 14:18:18 +02:00
parent 5b8a2b00df
commit 4ecd8d5f11
4 changed files with 13 additions and 13 deletions

View File

@@ -5,7 +5,7 @@ from homeassistant.const import __version__
PACKAGE_NAME = 'homeassistant'
HERE = os.path.abspath(os.path.dirname(__file__))
DOWNLOAD_URL = ('https://github.com/balloob/home-assistant/archive/'
DOWNLOAD_URL = ('https://github.com/home-assistant/home-assistant/archive/'
'{}.zip'.format(__version__))
PACKAGES = find_packages(exclude=['tests', 'tests.*'])