From 02e32e37db8585cbc70020c83872e77fcb2a0d21 Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Thu, 26 Mar 2026 21:13:48 +0000 Subject: [PATCH] cudaPackages.libnvshmem: add GaetanLepage to maintainers --- pkgs/development/cuda-modules/packages/libnvshmem.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pkgs/development/cuda-modules/packages/libnvshmem.nix b/pkgs/development/cuda-modules/packages/libnvshmem.nix index f8a0dddad6a8..d1960e913be2 100644 --- a/pkgs/development/cuda-modules/packages/libnvshmem.nix +++ b/pkgs/development/cuda-modules/packages/libnvshmem.nix @@ -192,7 +192,10 @@ backendStdenv.mkDerivation (finalAttrs: { "aarch64-linux" "x86_64-linux" ]; - maintainers = [ maintainers.connorbaker ]; + maintainers = with maintainers; [ + connorbaker + GaetanLepage + ]; teams = [ teams.cuda ]; }; })