python312Packages.torchvision-bin: add GaetanLepage to maintainers

This commit is contained in:
Gaetan Lepage
2025-05-05 14:30:27 +02:00
parent cd442bb2a2
commit 71def76045
@@ -78,6 +78,9 @@ buildPythonPackage {
"x86_64-linux"
"aarch64-linux"
];
maintainers = with lib.maintainers; [ junjihashimoto ];
maintainers = with lib.maintainers; [
GaetanLepage
junjihashimoto
];
};
}