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-18 21:29:24 +0100
committerTimo Kaufmann <timokau@zoho.com>2020-11-18 21:29:24 +0100
commitb7319d2d35e5f50e777723b3b1c448ad05dc9e9a (patch)
treee2bdb6ab4c888a0c4f3c4b188d6dee2db43cfe44 /pkgs/applications/science/math/nauty/default.nix
parentff8338343b3f70f32fe5f4a2b8ad559c3d50cd5c (diff)
downloadnixpkgs-b7319d2d35e5f50e777723b3b1c448ad05dc9e9a.tar
nixpkgs-b7319d2d35e5f50e777723b3b1c448ad05dc9e9a.tar.gz
nixpkgs-b7319d2d35e5f50e777723b3b1c448ad05dc9e9a.tar.bz2
nixpkgs-b7319d2d35e5f50e777723b3b1c448ad05dc9e9a.tar.lz
nixpkgs-b7319d2d35e5f50e777723b3b1c448ad05dc9e9a.tar.xz
nixpkgs-b7319d2d35e5f50e777723b3b1c448ad05dc9e9a.tar.zst
nixpkgs-b7319d2d35e5f50e777723b3b1c448ad05dc9e9a.zip
maintainers: add raskin to the sage team
https://github.com/NixOS/nixpkgs/pull/104083#issuecomment-729168625
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 53549ae6cb7..76e7c796a13 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 ] ++ teams.sage.members;
+    maintainers = 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