python312Packages.jupyter-book: add teams.jupyter.members to maintainers

jupyter-book became a jupyter subproject
This commit is contained in:
natsukium
2024-08-12 12:37:04 +09:00
parent f9e28e44d9
commit f411398f9c
@@ -70,7 +70,7 @@ buildPythonPackage rec {
homepage = "https://jupyterbook.org/";
changelog = "https://github.com/executablebooks/jupyter-book/blob/v${version}/CHANGELOG.md";
license = licenses.bsd3;
maintainers = [ ];
maintainers = teams.jupyter.members;
mainProgram = "jupyter-book";
};
}