python311Packages.jupyterhub: add jupyter team as maintainers

This commit is contained in:
Robert Schütz 2023-11-30 09:16:30 -08:00
parent 1843618d48
commit 35f4c6b9b1

View File

@ -205,6 +205,7 @@ buildPythonPackage rec {
homepage = "https://jupyter.org/";
changelog = "https://github.com/jupyterhub/jupyterhub/blob/${version}/docs/source/reference/changelog.md";
license = licenses.bsd3;
maintainers = teams.jupyter.members;
# darwin: E OSError: dlopen(/nix/store/43zml0mlr17r5jsagxr00xxx91hz9lky-openpam-20170430/lib/libpam.so, 6): image not found
broken = (stdenv.isLinux && stdenv.isAarch64) || stdenv.isDarwin;
};