We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a21bf8 commit 38bbbcdCopy full SHA for 38bbbcd
pkgs/development/python-modules/cupy/default.nix
@@ -130,6 +130,6 @@ buildPythonPackage.override { stdenv = cudaPackages.backendStdenv; } rec {
130
"aarch64-linux"
131
"x86_64-linux"
132
];
133
- maintainers = [ ];
+ maintainers = with lib.maintainers; [ GaetanLepage ];
134
};
135
}
0 commit comments