python3Packages.triton-bin: add GaetanLepage to maintainers

This commit is contained in:
Gaetan Lepage
2025-10-28 22:58:53 +00:00
parent ab6168a806
commit 93b3fe8fe0
@@ -63,6 +63,9 @@ buildPythonPackage rec {
mit
];
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
maintainers = with lib.maintainers; [ junjihashimoto ];
maintainers = with lib.maintainers; [
GaetanLepage
junjihashimoto
];
};
}