0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

python312Packages.torchvision-bin: add GaetanLepage to maintainers

This commit is contained in:
Gaetan Lepage 2025-04-26 00:40:09 +02:00
parent cd442bb2a2
commit 71def76045

View file

@ -78,6 +78,9 @@ buildPythonPackage {
"x86_64-linux"
"aarch64-linux"
];
maintainers = with lib.maintainers; [ junjihashimoto ];
maintainers = with lib.maintainers; [
GaetanLepage
junjihashimoto
];
};
}