about summary refs log tree commit diff
path: root/maintainers
diff options
context:
space:
mode:
authornatsukium <tomoya.otabi@gmail.com>2023-07-29 18:48:13 +0900
committernatsukium <tomoya.otabi@gmail.com>2023-07-29 18:48:13 +0900
commit8e7efbd50eb90db81fab9b0033f190a89899bc8c (patch)
treecd10522e6eb739d240a0e46b9acf4818a9ef55ab /maintainers
parentc5944c0e4a1e0ee70c2bf9416eed7e72dd9fd782 (diff)
downloadnixlib-8e7efbd50eb90db81fab9b0033f190a89899bc8c.tar
nixlib-8e7efbd50eb90db81fab9b0033f190a89899bc8c.tar.gz
nixlib-8e7efbd50eb90db81fab9b0033f190a89899bc8c.tar.bz2
nixlib-8e7efbd50eb90db81fab9b0033f190a89899bc8c.tar.lz
nixlib-8e7efbd50eb90db81fab9b0033f190a89899bc8c.tar.xz
nixlib-8e7efbd50eb90db81fab9b0033f190a89899bc8c.tar.zst
nixlib-8e7efbd50eb90db81fab9b0033f190a89899bc8c.zip
maintainers/teams: add jupyter team
Diffstat (limited to 'maintainers')
-rw-r--r--maintainers/team-list.nix8
1 files changed, 8 insertions, 0 deletions
diff --git a/maintainers/team-list.nix b/maintainers/team-list.nix
index c0b8e88727fc..f541d01a684b 100644
--- a/maintainers/team-list.nix
+++ b/maintainers/team-list.nix
@@ -411,6 +411,14 @@ with lib.maintainers; {
     shortName = "Jitsi";
   };
 
+  jupyter = {
+    members = [
+      natsukium
+    ];
+    scope = "Maintain Jupyter and related packages.";
+    shortName = "Jupyter";
+  };
+
   kubernetes = {
     members = [
       johanot