summary refs log tree commit diff
path: root/pkgs/development/libraries/openmpi
diff options
context:
space:
mode:
authorYegor Timoshenko <yegortimoshenko@riseup.net>2018-01-17 05:13:23 +0000
committerYegor Timoshenko <yegortimoshenko@riseup.net>2018-01-17 05:17:33 +0000
commit506c89c30af888a33cf013f418b544638dae1b27 (patch)
treead8c8526c4d1f19eb19c21b02b7c8527491ddf87 /pkgs/development/libraries/openmpi
parent846b5c42f19fe2ea8deb58f072d5c2df56605d19 (diff)
downloadnixlib-506c89c30af888a33cf013f418b544638dae1b27.tar
nixlib-506c89c30af888a33cf013f418b544638dae1b27.tar.gz
nixlib-506c89c30af888a33cf013f418b544638dae1b27.tar.bz2
nixlib-506c89c30af888a33cf013f418b544638dae1b27.tar.lz
nixlib-506c89c30af888a33cf013f418b544638dae1b27.tar.xz
nixlib-506c89c30af888a33cf013f418b544638dae1b27.tar.zst
nixlib-506c89c30af888a33cf013f418b544638dae1b27.zip
maintainers: remove mornfall from packages
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 2d08f37c8c23..35d72c6cbecb 100644
--- a/pkgs/development/libraries/openmpi/default.nix
+++ b/pkgs/development/libraries/openmpi/default.nix
@@ -44,7 +44,7 @@ in stdenv.mkDerivation rec {
     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 = [ ];
     platforms = platforms.unix;
   };
 }