about summary refs log tree commit diff
path: root/pkgs/servers/home-assistant
diff options
context:
space:
mode:
authorJörg Thalheim <joerg@thalheim.io>2020-04-02 09:48:38 +0100
committerJörg Thalheim <joerg@thalheim.io>2020-04-02 09:50:12 +0100
commit3a4f0fa4eca0b519872a5e29e062ee4bb04124ac (patch)
tree108586de1380b79c7cc1b3f750e6d026f4ef51da /pkgs/servers/home-assistant
parentcd3d229eba9feadefffaa10e12978e5fc7284aa6 (diff)
downloadnixlib-3a4f0fa4eca0b519872a5e29e062ee4bb04124ac.tar
nixlib-3a4f0fa4eca0b519872a5e29e062ee4bb04124ac.tar.gz
nixlib-3a4f0fa4eca0b519872a5e29e062ee4bb04124ac.tar.bz2
nixlib-3a4f0fa4eca0b519872a5e29e062ee4bb04124ac.tar.lz
nixlib-3a4f0fa4eca0b519872a5e29e062ee4bb04124ac.tar.xz
nixlib-3a4f0fa4eca0b519872a5e29e062ee4bb04124ac.tar.zst
nixlib-3a4f0fa4eca0b519872a5e29e062ee4bb04124ac.zip
home-assistant: add mic92 as maintainer
Diffstat (limited to 'pkgs/servers/home-assistant')
-rw-r--r--pkgs/servers/home-assistant/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/servers/home-assistant/default.nix b/pkgs/servers/home-assistant/default.nix
index 3b59ada0b9b3..877c03cb19e6 100644
--- a/pkgs/servers/home-assistant/default.nix
+++ b/pkgs/servers/home-assistant/default.nix
@@ -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 ];
   };
 }