1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-21 13:10:33 +00:00

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