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