summary refs log tree commit diff
path: root/pkgs/development/libraries/openmpi
diff options
context:
space:
mode:
authorPetr Rockai <me@mornfall.net>2014-01-28 18:11:00 +0100
committerPetr Rockai <me@mornfall.net>2014-01-28 18:11:00 +0100
commit4124bb9ff5eded88ae1d9db8645a7c3a4490b572 (patch)
treed18bdc215a130ef0557995bcf8ee45000562e532 /pkgs/development/libraries/openmpi
parent6f5be260b47c65dfc517ecbdb6bbc0a6826135fa (diff)
downloadnixpkgs-4124bb9ff5eded88ae1d9db8645a7c3a4490b572.tar
nixpkgs-4124bb9ff5eded88ae1d9db8645a7c3a4490b572.tar.gz
nixpkgs-4124bb9ff5eded88ae1d9db8645a7c3a4490b572.tar.bz2
nixpkgs-4124bb9ff5eded88ae1d9db8645a7c3a4490b572.tar.lz
nixpkgs-4124bb9ff5eded88ae1d9db8645a7c3a4490b572.tar.xz
nixpkgs-4124bb9ff5eded88ae1d9db8645a7c3a4490b572.tar.zst
nixpkgs-4124bb9ff5eded88ae1d9db8645a7c3a4490b572.zip
Adopt more packages.
Diffstat (limited to 'pkgs/development/libraries/openmpi')
-rw-r--r--pkgs/development/libraries/openmpi/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/libraries/openmpi/default.nix b/pkgs/development/libraries/openmpi/default.nix
index 6e61b743a56..678a439fe0a 100644
--- a/pkgs/development/libraries/openmpi/default.nix
+++ b/pkgs/development/libraries/openmpi/default.nix
@@ -11,6 +11,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;
   };
 }