Commit 02e32e37 authored by Gaetan Lepage's avatar Gaetan Lepage
Browse files

cudaPackages.libnvshmem: add GaetanLepage to maintainers

parent 8639b5c1
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -192,7 +192,10 @@ backendStdenv.mkDerivation (finalAttrs: {
      "aarch64-linux"
      "x86_64-linux"
    ];
    maintainers = [ maintainers.connorbaker ];
    maintainers = with maintainers; [
      connorbaker
      GaetanLepage
    ];
    teams = [ teams.cuda ];
  };
})