Unverified Commit 31cbc1e2 authored by Martin Weinelt's avatar Martin Weinelt Committed by GitHub
Browse files

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

home-assistant.frontend: Update homepage and description
parents c756b29b a48be315
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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;
  };