home-assistant: remove dotlambda from maintainers

I'm currently not using it.
wip/yesman
Robert Schütz 3 years ago
parent 7d0ba0850f
commit d01376d81d
  1. 2
      nixos/modules/services/misc/home-assistant.nix
  2. 2
      pkgs/servers/home-assistant/appdaemon.nix
  3. 2
      pkgs/servers/home-assistant/cli.nix
  4. 2
      pkgs/servers/home-assistant/default.nix
  5. 2
      pkgs/servers/home-assistant/frontend.nix

@ -63,7 +63,7 @@ let
};
in {
meta.maintainers = with maintainers; [ dotlambda ];
meta.maintainers = with maintainers; [ ];
options.services.home-assistant = {
enable = mkEnableOption "Home Assistant";

@ -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 dotlambda ];
maintainers = with maintainers; [ peterhoeg ];
};
}

@ -36,6 +36,6 @@ python3.pkgs.buildPythonApplication rec {
description = "Command-line tool for Home Assistant";
homepage = "https://github.com/home-assistant/home-assistant-cli";
license = licenses.asl20;
maintainers = with maintainers; [ dotlambda ];
maintainers = with maintainers; [ ];
};
}

@ -394,7 +394,7 @@ in with py.pkgs; buildPythonApplication rec {
homepage = "https://home-assistant.io/";
description = "Open source home automation that puts local control and privacy first";
license = licenses.asl20;
maintainers = with maintainers; [ dotlambda globin mic92 hexa ];
maintainers = with maintainers; [ globin mic92 hexa ];
platforms = platforms.linux;
};
}

@ -21,6 +21,6 @@ buildPythonPackage rec {
description = "Polymer frontend for Home Assistant";
homepage = "https://github.com/home-assistant/home-assistant-polymer";
license = licenses.asl20;
maintainers = with maintainers; [ dotlambda globin ];
maintainers = with maintainers; [ globin ];
};
}

Loading…
Cancel
Save