From 06d68ea13a421d5ebd9da352d40846d0875b3858 Mon Sep 17 00:00:00 2001 From: Doron Behar Date: Thu, 8 Aug 2024 15:28:18 +0300 Subject: [PATCH] openmpi: add doronbehar to maintainers --- pkgs/development/libraries/openmpi/default.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pkgs/development/libraries/openmpi/default.nix b/pkgs/development/libraries/openmpi/default.nix index c695571ff1f8..4681504397c3 100644 --- a/pkgs/development/libraries/openmpi/default.nix +++ b/pkgs/development/libraries/openmpi/default.nix @@ -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; };