python311Packages.jupyter-client: add teams.jupyter as maintainers
This commit is contained in:
parent
846ed7f3e0
commit
3bd44b0c64
@ -43,5 +43,6 @@ buildPythonPackage rec {
|
|||||||
homepage = "https://github.com/jupyter/jupyter_client";
|
homepage = "https://github.com/jupyter/jupyter_client";
|
||||||
changelog = "https://github.com/jupyter/jupyter_client/blob/v${version}/CHANGELOG.md";
|
changelog = "https://github.com/jupyter/jupyter_client/blob/v${version}/CHANGELOG.md";
|
||||||
license = lib.licenses.bsd3;
|
license = lib.licenses.bsd3;
|
||||||
|
maintainers = lib.teams.jupyter.members;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user