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