about summary refs log tree commit diff
path: root/pkgs/development/libraries/openmpi
diff options
context:
space:
mode:
authorPascal Wittmann <mail@pascal-wittmann.de>2014-09-13 13:51:39 +0200
committerPascal Wittmann <mail@pascal-wittmann.de>2014-09-13 13:52:02 +0200
commit8d67b9a240ebb7836b4c1532a4661c3d77eec795 (patch)
tree1f679c87e02864a54a285af715daf6c67dd22b80 /pkgs/development/libraries/openmpi
parentf5c43d9f621fa71120be3d01ae55bd8cebe3717d (diff)
downloadnixlib-8d67b9a240ebb7836b4c1532a4661c3d77eec795.tar
nixlib-8d67b9a240ebb7836b4c1532a4661c3d77eec795.tar.gz
nixlib-8d67b9a240ebb7836b4c1532a4661c3d77eec795.tar.bz2
nixlib-8d67b9a240ebb7836b4c1532a4661c3d77eec795.tar.lz
nixlib-8d67b9a240ebb7836b4c1532a4661c3d77eec795.tar.xz
nixlib-8d67b9a240ebb7836b4c1532a4661c3d77eec795.tar.zst
nixlib-8d67b9a240ebb7836b4c1532a4661c3d77eec795.zip
transformed meta.maintainers of some packages into lists
Diffstat (limited to 'pkgs/development/libraries/openmpi')
-rw-r--r--pkgs/development/libraries/openmpi/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/openmpi/default.nix b/pkgs/development/libraries/openmpi/default.nix
index 15160d3afc49..14d88e381b3d 100644
--- a/pkgs/development/libraries/openmpi/default.nix
+++ b/pkgs/development/libraries/openmpi/default.nix
@@ -24,7 +24,7 @@ stdenv.mkDerivation {
     homePage = http://www.open-mpi.org/;
     description = "Open source MPI-2 implementation";
     longDescription = "The Open MPI Project is an open source MPI-2 implementation that is developed and maintained by a consortium of academic, research, and industry partners. Open MPI is therefore able to combine the expertise, technologies, and resources from all across the High Performance Computing community in order to build the best MPI library available. Open MPI offers advantages for system and software vendors, application developers and computer science researchers.";
-    maintainers = stdenv.lib.maintainers.mornfall;
+    maintainers = [ stdenv.lib.maintainers.mornfall ];
   };
 }