summary refs log tree commit diff
path: root/maintainers/team-list.nix
diff options
context:
space:
mode:
authorTimo Kaufmann <timokau@zoho.com>2020-11-17 20:41:33 +0100
committerTimo Kaufmann <timokau@zoho.com>2020-11-18 21:27:37 +0100
commitff8338343b3f70f32fe5f4a2b8ad559c3d50cd5c (patch)
tree57b5cbc0519bda21537a1ae5648e1b8d5ec64721 /maintainers/team-list.nix
parent9b5f49e2f79d9f5ace0c5674aaa33e631b129876 (diff)
downloadnixpkgs-ff8338343b3f70f32fe5f4a2b8ad559c3d50cd5c.tar
nixpkgs-ff8338343b3f70f32fe5f4a2b8ad559c3d50cd5c.tar.gz
nixpkgs-ff8338343b3f70f32fe5f4a2b8ad559c3d50cd5c.tar.bz2
nixpkgs-ff8338343b3f70f32fe5f4a2b8ad559c3d50cd5c.tar.lz
nixpkgs-ff8338343b3f70f32fe5f4a2b8ad559c3d50cd5c.tar.xz
nixpkgs-ff8338343b3f70f32fe5f4a2b8ad559c3d50cd5c.tar.zst
nixpkgs-ff8338343b3f70f32fe5f4a2b8ad559c3d50cd5c.zip
maintainers: create sage team
Maintaining all the packages whose updates might break some aspect of
sage.

For reference:
https://github.com/NixOS/nixpkgs/pull/103810#issuecomment-727536510
Diffstat (limited to 'maintainers/team-list.nix')
-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 9763c78789a..9f56686e24f 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.";
+  };
 }