From 15045e6233838c32847cbd60d267070f078e0262 Mon Sep 17 00:00:00 2001 From: Timo Kaufmann Date: Thu, 4 Apr 2019 14:54:31 +0200 Subject: [PATCH] nauty: add timokau as a maintainer I'm interested in this package as a sage dependency. --- pkgs/applications/science/math/nauty/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/science/math/nauty/default.nix b/pkgs/applications/science/math/nauty/default.nix index b16ea82a7af3..35c4fdb829b3 100644 --- a/pkgs/applications/science/math/nauty/default.nix +++ b/pkgs/applications/science/math/nauty/default.nix @@ -27,7 +27,7 @@ stdenv.mkDerivation rec { inherit version; description = ''Programs for computing automorphism groups of graphs and digraphs''; license = licenses.asl20; - maintainers = with maintainers; [ raskin ]; + maintainers = with maintainers; [ raskin timokau ]; platforms = platforms.linux; homepage = http://pallini.di.uniroma1.it/; };