home-assistant: add mic92 as maintainer

This commit is contained in:
Jörg Thalheim 2020-04-02 09:48:38 +01:00
parent cd3d229eba
commit 3a4f0fa4ec
No known key found for this signature in database
GPG Key ID: 003F2096411B5F92

View File

@ -129,6 +129,6 @@ in with py.pkgs; buildPythonApplication rec {
homepage = https://home-assistant.io/;
description = "Open-source home automation platform running on Python 3";
license = licenses.asl20;
maintainers = with maintainers; [ dotlambda globin ];
maintainers = with maintainers; [ dotlambda globin mic92 ];
};
}