Merge pull request #335145 from mweinelt/home-assistant-frontend-meta

home-assistant.frontend: Update homepage and description
This commit is contained in:
Martin Weinelt
2024-08-16 17:51:35 +02:00
committed by GitHub
+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;
};