Merge pull request #118503 from dotlambda/home-assistant-dont-maintain

home-assistant: remove dotlambda from maintainers

authored by

Martin Weinelt and committed by
GitHub
b0cf9f67 be0b9616

+5 -5
+1 -1
nixos/modules/services/misc/home-assistant.nix
··· 63 }; 64 65 in { 66 - meta.maintainers = with maintainers; [ dotlambda ]; 67 68 options.services.home-assistant = { 69 enable = mkEnableOption "Home Assistant";
··· 63 }; 64 65 in { 66 + meta.maintainers = with maintainers; [ ]; 67 68 options.services.home-assistant = { 69 enable = mkEnableOption "Home Assistant";
+1 -1
pkgs/servers/home-assistant/appdaemon.nix
··· 82 description = "Sandboxed Python execution environment for writing automation apps for Home Assistant"; 83 homepage = "https://github.com/AppDaemon/appdaemon"; 84 license = licenses.mit; 85 - maintainers = with maintainers; [ peterhoeg dotlambda ]; 86 }; 87 }
··· 82 description = "Sandboxed Python execution environment for writing automation apps for Home Assistant"; 83 homepage = "https://github.com/AppDaemon/appdaemon"; 84 license = licenses.mit; 85 + maintainers = with maintainers; [ peterhoeg ]; 86 }; 87 }
+1 -1
pkgs/servers/home-assistant/cli.nix
··· 36 description = "Command-line tool for Home Assistant"; 37 homepage = "https://github.com/home-assistant/home-assistant-cli"; 38 license = licenses.asl20; 39 - maintainers = with maintainers; [ dotlambda ]; 40 }; 41 }
··· 36 description = "Command-line tool for Home Assistant"; 37 homepage = "https://github.com/home-assistant/home-assistant-cli"; 38 license = licenses.asl20; 39 + maintainers = with maintainers; [ ]; 40 }; 41 }
+1 -1
pkgs/servers/home-assistant/default.nix
··· 395 homepage = "https://home-assistant.io/"; 396 description = "Open source home automation that puts local control and privacy first"; 397 license = licenses.asl20; 398 - maintainers = with maintainers; [ dotlambda globin mic92 hexa ]; 399 platforms = platforms.linux; 400 }; 401 }
··· 395 homepage = "https://home-assistant.io/"; 396 description = "Open source home automation that puts local control and privacy first"; 397 license = licenses.asl20; 398 + maintainers = with maintainers; [ globin mic92 hexa ]; 399 platforms = platforms.linux; 400 }; 401 }
+1 -1
pkgs/servers/home-assistant/frontend.nix
··· 21 description = "Polymer frontend for Home Assistant"; 22 homepage = "https://github.com/home-assistant/home-assistant-polymer"; 23 license = licenses.asl20; 24 - maintainers = with maintainers; [ dotlambda globin ]; 25 }; 26 }
··· 21 description = "Polymer frontend for Home Assistant"; 22 homepage = "https://github.com/home-assistant/home-assistant-polymer"; 23 license = licenses.asl20; 24 + maintainers = with maintainers; [ globin ]; 25 }; 26 }