summary refs log tree commit diff
path: root/pkgs/servers
diff options
context:
space:
mode:
authorJörg Thalheim <joerg@thalheim.io>2020-06-23 09:27:24 +0100
committerJörg Thalheim <joerg@thalheim.io>2020-06-23 09:28:22 +0100
commitda196d2bed671a97fdda3ee34e7febea03d50f08 (patch)
tree99d15b1010c4b119647a6a32f7bcc0f4bb8b954a /pkgs/servers
parent28d2854b20e18d0eb883f320b6ba81d1fdf45b1a (diff)
downloadnixpkgs-da196d2bed671a97fdda3ee34e7febea03d50f08.tar
nixpkgs-da196d2bed671a97fdda3ee34e7febea03d50f08.tar.gz
nixpkgs-da196d2bed671a97fdda3ee34e7febea03d50f08.tar.bz2
nixpkgs-da196d2bed671a97fdda3ee34e7febea03d50f08.tar.lz
nixpkgs-da196d2bed671a97fdda3ee34e7febea03d50f08.tar.xz
nixpkgs-da196d2bed671a97fdda3ee34e7febea03d50f08.tar.zst
nixpkgs-da196d2bed671a97fdda3ee34e7febea03d50f08.zip
home-assistant: add hexa as maintainers
https://github.com/NixOS/nixpkgs/pull/91273#issuecomment-647833500
Diffstat (limited to 'pkgs/servers')
-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 111c09d8029..0d9a3b25665 100644
--- a/pkgs/servers/home-assistant/default.nix
+++ b/pkgs/servers/home-assistant/default.nix
@@ -137,6 +137,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 mic92 ];
+    maintainers = with maintainers; [ dotlambda globin mic92 hexa ];
   };
 }