mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-03-08 01:24:09 +01:00
python3Packages.cupy: add GaetanLepage to maintainers
This commit is contained in:
parent
8f8587ec45
commit
72762bccf8
1 changed files with 1 additions and 1 deletions
|
|
@ -130,6 +130,6 @@ buildPythonPackage.override { stdenv = cudaPackages.backendStdenv; } rec {
|
|||
"aarch64-linux"
|
||||
"x86_64-linux"
|
||||
];
|
||||
maintainers = [ ];
|
||||
maintainers = with lib.maintainers; [ GaetanLepage ];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue