From 175e3d02b0d6a78fdf4eeabb5055d54ac36e7f7d Mon Sep 17 00:00:00 2001 From: dish Date: Mon, 23 Mar 2026 15:29:37 -0400 Subject: [PATCH] python3Packages.aioaquacell: remove me from maintainers --- pkgs/development/python-modules/aioaquacell/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/aioaquacell/default.nix b/pkgs/development/python-modules/aioaquacell/default.nix index e5ae6834ed1e..d92c176f2b3c 100644 --- a/pkgs/development/python-modules/aioaquacell/default.nix +++ b/pkgs/development/python-modules/aioaquacell/default.nix @@ -43,6 +43,6 @@ buildPythonPackage rec { description = "Asynchronous library to retrieve details of your Aquacell water softener device"; homepage = "https://github.com/Jordi1990/aioaquacell"; license = lib.licenses.asl20; - maintainers = with lib.maintainers; [ pyrox0 ]; + maintainers = [ ]; }; }