Merge pull request #246025 from natsukium/maintainers/jupyter

maintainers/teams: add jupyter team
This commit is contained in:
Martin Weinelt 2023-07-29 13:25:22 +02:00 committed by GitHub
commit cbc5451d41
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -411,6 +411,14 @@ with lib.maintainers; {
shortName = "Jitsi";
};
jupyter = {
members = [
natsukium
];
scope = "Maintain Jupyter and related packages.";
shortName = "Jupyter";
};
kubernetes = {
members = [
johanot