atlas: add ttuegel as maintainer

This commit is contained in:
Thomas Tuegel 2014-09-21 10:59:36 -05:00
parent 1d8d3d8bbe
commit 16901dcae2

View File

@ -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 ];
};
}