Commit 6980c21b authored by Gaetan Lepage's avatar Gaetan Lepage
Browse files

python312Packages.torchaudio-bin: add GaetanLepage to maintainers

parent c7f99713
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -90,6 +90,9 @@ buildPythonPackage rec {
      "x86_64-linux"
      "aarch64-darwin"
    ];
    maintainers = with lib.maintainers; [ junjihashimoto ];
    maintainers = with lib.maintainers; [
      GaetanLepage
      junjihashimoto
    ];
  };
}