From eecf6344b07a3445dd2c8f498b9c46597ab18afb Mon Sep 17 00:00:00 2001 From: Petter Reinholdtsen Date: Sun, 28 Nov 2021 16:56:34 +0100 Subject: [PATCH] Change package homepage to github repository of deb source I had a hard time tracking down the source of the installed debian package. Make life easier for the next one by providing a link to the source in the package metadata. --- homeassistant-supervised/DEBIAN/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant-supervised/DEBIAN/control b/homeassistant-supervised/DEBIAN/control index b3ad81b..795ef99 100755 --- a/homeassistant-supervised/DEBIAN/control +++ b/homeassistant-supervised/DEBIAN/control @@ -5,7 +5,7 @@ Priority: optional Architecture: all Depends: curl, bash, docker-ce, dbus, network-manager, apparmor, jq, systemd, os-agent Maintainer: Matheson Steplock -Homepage: https://www.home-assistant.io/ +Homepage: https://github.com/home-assistant/supervised-installer/ Description: Home Assistant Supervised This installation method provides the full Home Assistant experience on a regular operating system. This means, all components from the Home Assistant method are used, except for the Home Assistant Operating System.