about summary refs log tree commit diff
path: root/maintainers
diff options
context:
space:
mode:
authorTimo Kaufmann <timokau@zoho.com>2020-11-19 19:20:49 +0100
committerGitHub <noreply@github.com>2020-11-19 19:20:49 +0100
commite04721b2896c130e902c83093754c7bee597e59c (patch)
treee5ba1f22ff3266b33f760e5e6cbb9213096c6f79 /maintainers
parent2e8d073cbdbce88b47c336a5095fd92598c87bfd (diff)
parentb7319d2d35e5f50e777723b3b1c448ad05dc9e9a (diff)
Merge pull request #104083 from timokau/sage-maintainers-team
maintainers: create sage 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 9763c78789aae..9f56686e24f2f 100644
--- a/maintainers/team-list.nix
+++ b/maintainers/team-list.nix
@@ -108,4 +108,12 @@ with lib.maintainers; {
     ];
     scope = "Maintain Podman and CRI-O related packages and modules.";
   };
+
+  sage = {
+    members = [
+      timokau
+      omasanori
+    ];
+    scope = "Maintain SageMath and the dependencies that are likely to break it.";
+  };
 }