Commit 93b3fe8f authored by Gaetan Lepage's avatar Gaetan Lepage
Browse files

python3Packages.triton-bin: add GaetanLepage to maintainers

parent ab6168a8
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -63,6 +63,9 @@ buildPythonPackage rec {
      mit
    ];
    sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
    maintainers = with lib.maintainers; [ junjihashimoto ];
    maintainers = with lib.maintainers; [
      GaetanLepage
      junjihashimoto
    ];
  };
}