home-assistant.frontend: Update homepage and description

This commit is contained in:
Edward Betts
2024-08-16 17:49:42 +02:00
committed by Martin Weinelt
parent 4fed61cb1a
commit a48be315e1
+2 -2
View File
@@ -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;
};