home-assistant: add hexa as maintainers
https://github.com/NixOS/nixpkgs/pull/91273#issuecomment-647833500
This commit is contained in:
parent
28d2854b20
commit
da196d2bed
1 changed files with 1 additions and 1 deletions
|
@ -137,6 +137,6 @@ in with py.pkgs; buildPythonApplication rec {
|
||||||
homepage = "https://home-assistant.io/";
|
homepage = "https://home-assistant.io/";
|
||||||
description = "Open-source home automation platform running on Python 3";
|
description = "Open-source home automation platform running on Python 3";
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
maintainers = with maintainers; [ dotlambda globin mic92 ];
|
maintainers = with maintainers; [ dotlambda globin mic92 hexa ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue