aboutsummaryrefslogtreecommitdiff
path: root/infra/libkookie/nixpkgs/pkgs/applications/science/math/nauty/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'infra/libkookie/nixpkgs/pkgs/applications/science/math/nauty/default.nix')
-rw-r--r--infra/libkookie/nixpkgs/pkgs/applications/science/math/nauty/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/infra/libkookie/nixpkgs/pkgs/applications/science/math/nauty/default.nix b/infra/libkookie/nixpkgs/pkgs/applications/science/math/nauty/default.nix
index d75fc9731cdf..76e7c796a138 100644
--- a/infra/libkookie/nixpkgs/pkgs/applications/science/math/nauty/default.nix
+++ b/infra/libkookie/nixpkgs/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 = 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