cudaPackages.libnvshmem: add GaetanLepage to maintainers

This commit is contained in:
Gaetan Lepage
2026-03-26 21:13:48 +00:00
parent 8639b5c1d0
commit 02e32e37db

View File

@@ -192,7 +192,10 @@ backendStdenv.mkDerivation (finalAttrs: {
"aarch64-linux"
"x86_64-linux"
];
maintainers = [ maintainers.connorbaker ];
maintainers = with maintainers; [
connorbaker
GaetanLepage
];
teams = [ teams.cuda ];
};
})