diff --git a/pkgs/development/python-modules/pydateinfer/default.nix b/pkgs/development/python-modules/pydateinfer/default.nix index 565d1f1cbe21..0f4693829a7a 100644 --- a/pkgs/development/python-modules/pydateinfer/default.nix +++ b/pkgs/development/python-modules/pydateinfer/default.nix @@ -34,6 +34,6 @@ buildPythonPackage rec { description = "Infers date format from examples"; homepage = "https://pypi.org/project/pydateinfer/"; license = lib.licenses.asl20; - maintainers = with lib.maintainers; [ mbalatsko ]; + maintainers = [ ]; }; }