diff --git a/pkgs/development/python-modules/jupytext/default.nix b/pkgs/development/python-modules/jupytext/default.nix index 7dc97c8ff2da..d2111b1aecef 100644 --- a/pkgs/development/python-modules/jupytext/default.nix +++ b/pkgs/development/python-modules/jupytext/default.nix @@ -79,6 +79,6 @@ buildPythonPackage rec { homepage = "https://github.com/mwouts/jupytext"; changelog = "https://github.com/mwouts/jupytext/releases/tag/${src.rev}"; license = licenses.mit; - maintainers = with maintainers; [ timokau ]; + maintainers = teams.jupyter.members; }; }