transformed meta.maintainers of some packages into lists

This commit is contained in:
Pascal Wittmann
2014-09-13 13:52:02 +02:00
parent f5c43d9f62
commit 8d67b9a240
51 changed files with 62 additions and 62 deletions
@@ -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 ];
};
}