python310Packages.jupytext: change maintainers to teams.jupyter.members

This commit is contained in:
natsukium
2023-08-05 23:12:28 +09:00
parent 04dd5a8a3b
commit c2ccd30507
@@ -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;
};
}