diff --git a/pkgs/development/python-modules/asyncarve/default.nix b/pkgs/development/python-modules/asyncarve/default.nix index 124aa3ba440f..fa8873170f1a 100644 --- a/pkgs/development/python-modules/asyncarve/default.nix +++ b/pkgs/development/python-modules/asyncarve/default.nix @@ -37,6 +37,6 @@ buildPythonPackage rec { description = "Simple Arve library"; homepage = "https://github.com/arvetech/asyncarve"; license = with lib.licenses; [ mit ]; - maintainers = with lib.maintainers; [ pyrox0 ]; + maintainers = [ ]; }; }