python311Packages.jupyterhub: add jupyter team as maintainers
This commit is contained in:
parent
1843618d48
commit
35f4c6b9b1
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue