diff --git a/pkgs/development/python-modules/aiohomematic/default.nix b/pkgs/development/python-modules/aiohomematic/default.nix index ab924f75bfa1..1a2f89f796df 100644 --- a/pkgs/development/python-modules/aiohomematic/default.nix +++ b/pkgs/development/python-modules/aiohomematic/default.nix @@ -60,6 +60,9 @@ buildPythonPackage rec { homepage = "https://github.com/SukramJ/aiohomematic"; changelog = "https://github.com/SukramJ/aiohomematic/blob/${src.tag}/changelog.md"; license = lib.licenses.mit; - maintainers = with lib.maintainers; [ fab ]; + maintainers = with lib.maintainers; [ + dotlambda + fab + ]; }; }