summary refs log tree commit diff
path: root/pkgs/applications/science/math/nauty/default.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 /pkgs/applications/science/math/nauty/default.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 'pkgs/applications/science/math/nauty/default.nix')
-rw-r--r--pkgs/applications/science/math/nauty/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/science/math/nauty/default.nix b/pkgs/applications/science/math/nauty/default.nix
index d75fc9731cd..53549ae6cb7 100644
--- a/pkgs/applications/science/math/nauty/default.nix
+++ b/pkgs/applications/science/math/nauty/default.nix
@@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
     inherit version;
     description = ''Programs for computing automorphism groups of graphs and digraphs'';
     license = licenses.asl20;
-    maintainers = with maintainers; [ raskin timokau ];
+    maintainers = with maintainers; [ raskin ] ++ teams.sage.members;
     platforms = platforms.unix;
     # I'm not sure if the filename will remain the same for future changelog or
     # if it will track changes to minor releases. Lets see. Better than nothing