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

home-assistant: remove dotlambda from maintainers
This commit is contained in:
Martin Weinelt 2021-04-06 01:09:31 +02:00 committed by GitHub
commit b0cf9f6775
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 5 deletions

View file

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

View file

@ -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 ];
};
}

View file

@ -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; [ ];
};
}

View file

@ -395,7 +395,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;
};
}

View file

@ -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 ];
};
}