From 449eca6e39397b4f5d05f9d293ba5dbb14a0dd6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Wed, 24 Sep 2025 10:57:00 -0700 Subject: [PATCH] python3Packages.aiohomematic: add dotlambda to maintainers --- pkgs/development/python-modules/aiohomematic/default.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 + ]; }; }