Skip to content

Commit 38bbbcd

Browse files
committed
python3Packages.cupy: add GaetanLepage to maintainers
1 parent 9a21bf8 commit 38bbbcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkgs/development/python-modules/cupy/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,6 @@ buildPythonPackage.override { stdenv = cudaPackages.backendStdenv; } rec {
130130
"aarch64-linux"
131131
"x86_64-linux"
132132
];
133-
maintainers = [ ];
133+
maintainers = with lib.maintainers; [ GaetanLepage ];
134134
};
135135
}

0 commit comments

Comments
 (0)