summary refs log tree commit diff
path: root/pkgs/development/libraries/science
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@gmail.com>2014-09-21 10:59:36 -0500
committerThomas Tuegel <ttuegel@gmail.com>2014-09-21 11:00:24 -0500
commit16901dcae2934c887c18ec018af1df53e9288666 (patch)
tree956ce42c4f98c94c5e5831f495a657543fac1ca1 /pkgs/development/libraries/science
parent1d8d3d8bbeb63db2b61dd7e7f682a3c2966ce3e3 (diff)
downloadnixpkgs-16901dcae2934c887c18ec018af1df53e9288666.tar
nixpkgs-16901dcae2934c887c18ec018af1df53e9288666.tar.gz
nixpkgs-16901dcae2934c887c18ec018af1df53e9288666.tar.bz2
nixpkgs-16901dcae2934c887c18ec018af1df53e9288666.tar.lz
nixpkgs-16901dcae2934c887c18ec018af1df53e9288666.tar.xz
nixpkgs-16901dcae2934c887c18ec018af1df53e9288666.tar.zst
nixpkgs-16901dcae2934c887c18ec018af1df53e9288666.zip
atlas: add ttuegel as maintainer
Diffstat (limited to 'pkgs/development/libraries/science')
-rw-r--r--pkgs/development/libraries/science/math/atlas/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/libraries/science/math/atlas/default.nix b/pkgs/development/libraries/science/math/atlas/default.nix
index 5d08d87ac46..938778734e0 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 ];
   };
 }