Commit 10fff5d5 authored by Gaetan Lepage's avatar Gaetan Lepage
Browse files

python312Packages.torchvision: add GaetanLepage to maintainers

parent 6b2e2520
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -101,6 +101,6 @@ buildPythonPackage {
    changelog = "https://github.com/pytorch/vision/releases/tag/v${version}";
    license = lib.licenses.bsd3;
    platforms = with lib.platforms; linux ++ lib.optionals (!cudaSupport) darwin;
    maintainers = with lib.maintainers; [ ];
    maintainers = with lib.maintainers; [ GaetanLepage ];
  };
}