home-assistant: Move maintainership to home-assistant team
This commit is contained in:
parent
0e31f09774
commit
dc84583452
5 changed files with 5 additions and 5 deletions
|
@ -63,7 +63,7 @@ let
|
|||
};
|
||||
|
||||
in {
|
||||
meta.maintainers = with maintainers; [ ];
|
||||
meta.maintainers = teams.home-assistant.members;
|
||||
|
||||
options.services.home-assistant = {
|
||||
enable = mkEnableOption "Home Assistant";
|
||||
|
|
|
@ -82,6 +82,6 @@ in python.pkgs.buildPythonApplication rec {
|
|||
description = "Sandboxed Python execution environment for writing automation apps for Home Assistant";
|
||||
homepage = "https://github.com/AppDaemon/appdaemon";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ peterhoeg ];
|
||||
maintainers = with maintainers; [ peterhoeg ] ++ teams.home-assistant.members;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -36,6 +36,6 @@ python3.pkgs.buildPythonApplication rec {
|
|||
description = "Command-line tool for Home Assistant";
|
||||
homepage = "https://github.com/home-assistant/home-assistant-cli";
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ ];
|
||||
maintainers = teams.home-assistant.members;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -396,7 +396,7 @@ in with py.pkgs; buildPythonApplication rec {
|
|||
homepage = "https://home-assistant.io/";
|
||||
description = "Open source home automation that puts local control and privacy first";
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ globin mic92 hexa ];
|
||||
maintainers = teams.home-assistant.members;
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -21,6 +21,6 @@ buildPythonPackage rec {
|
|||
description = "Polymer frontend for Home Assistant";
|
||||
homepage = "https://github.com/home-assistant/home-assistant-polymer";
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ globin ];
|
||||
maintainers = teams.home-assistant.members;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue