python311Packages.jupyter-client: add teams.jupyter as maintainers

This commit is contained in:
natsukium 2024-05-26 23:15:42 +09:00
parent 846ed7f3e0
commit 3bd44b0c64
No known key found for this signature in database
GPG Key ID: 9EA45A31DB994C53

View File

@ -43,5 +43,6 @@ buildPythonPackage rec {
homepage = "https://github.com/jupyter/jupyter_client";
changelog = "https://github.com/jupyter/jupyter_client/blob/v${version}/CHANGELOG.md";
license = lib.licenses.bsd3;
maintainers = lib.teams.jupyter.members;
};
}