summary refs log tree commit diff
path: root/pkgs/applications/science/math/pynac
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 /pkgs/applications/science/math/pynac
parent9b5f49e2f79d9f5ace0c5674aaa33e631b129876 (diff)
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 'pkgs/applications/science/math/pynac')
-rw-r--r--pkgs/applications/science/math/pynac/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/science/math/pynac/default.nix b/pkgs/applications/science/math/pynac/default.nix
index 82e331216712d..3e6057c9aef0d 100644
--- a/pkgs/applications/science/math/pynac/default.nix
+++ b/pkgs/applications/science/math/pynac/default.nix
@@ -42,7 +42,7 @@ stdenv.mkDerivation rec {
     '';
     homepage    = "http://pynac.org";
     license = licenses.gpl3;
-    maintainers = with maintainers; [ timokau ];
+    maintainers = teams.sage.members;
     platforms   = platforms.unix;
   };
 }