maintainers: remove mornfall from packages

This commit is contained in:
Yegor Timoshenko
2018-01-17 05:17:33 +00:00
parent 846b5c42f1
commit 506c89c30a
43 changed files with 48 additions and 48 deletions
@@ -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;
};
}