From 16901dcae2934c887c18ec018af1df53e9288666 Mon Sep 17 00:00:00 2001 From: Thomas Tuegel Date: Sun, 21 Sep 2014 10:59:36 -0500 Subject: [PATCH] atlas: add ttuegel as maintainer --- pkgs/development/libraries/science/math/atlas/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/libraries/science/math/atlas/default.nix b/pkgs/development/libraries/science/math/atlas/default.nix index 5d08d87ac465..938778734e09 100644 --- a/pkgs/development/libraries/science/math/atlas/default.nix +++ b/pkgs/development/libraries/science/math/atlas/default.nix @@ -72,5 +72,7 @@ stdenv.mkDerivation { portable performance. At present, it provides C and Fortran77 interfaces to a portably efficient BLAS implementation, as well as a few routines from LAPACK. ''; + + maintainers = with stdenv.lib.maintainers; [ ttuegel ]; }; }