From df34ff2a7b2041c00f6a1b70fcc262993c66f73b Mon Sep 17 00:00:00 2001 From: Martin Weinelt <hexa@darmstadt.ccc.de> Date: Tue, 6 Apr 2021 15:51:34 +0200 Subject: [PATCH] appdaemon: remove peterhoeg from maintainers https://github.com/NixOS/nixpkgs/pull/118633\#discussion_r607862567 --- pkgs/servers/home-assistant/appdaemon.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/servers/home-assistant/appdaemon.nix b/pkgs/servers/home-assistant/appdaemon.nix index 5500a891200a..f805d45b2124 100644 --- a/pkgs/servers/home-assistant/appdaemon.nix +++ b/pkgs/servers/home-assistant/appdaemon.nix @@ -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 ] ++ teams.home-assistant.members; + maintainers = teams.home-assistant.members; }; }