diff --git a/pkgs/servers/home-assistant/frontend.nix b/pkgs/servers/home-assistant/frontend.nix index 6a25625374a8..480b23216e3f 100644 --- a/pkgs/servers/home-assistant/frontend.nix +++ b/pkgs/servers/home-assistant/frontend.nix @@ -22,8 +22,8 @@ buildPythonPackage rec { doCheck = false; meta = with lib; { - description = "Polymer frontend for Home Assistant"; - homepage = "https://github.com/home-assistant/home-assistant-polymer"; + description = "Frontend for Home Assistant"; + homepage = "https://github.com/home-assistant/frontend"; license = licenses.asl20; maintainers = teams.home-assistant.members; };