openmpi: add doronbehar to maintainers

This commit is contained in:
Doron Behar
2024-08-08 17:21:34 +03:00
parent 511be509f2
commit 06d68ea13a
@@ -263,7 +263,10 @@ stdenv.mkDerivation (finalAttrs: {
homepage = "https://www.open-mpi.org/";
description = "Open source MPI-3 implementation";
longDescription = "The Open MPI Project is an open source MPI-3 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 = with lib.maintainers; [ markuskowa ];
maintainers = with lib.maintainers; [
markuskowa
doronbehar
];
license = lib.licenses.bsd3;
platforms = lib.platforms.unix;
};