From 93b3fe8fe093e612fda04fd86cd6b3ca855200c7 Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Tue, 28 Oct 2025 22:58:53 +0000 Subject: [PATCH] python3Packages.triton-bin: add GaetanLepage to maintainers --- pkgs/development/python-modules/triton/bin.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/triton/bin.nix b/pkgs/development/python-modules/triton/bin.nix index 9d7d93e6c828..74755a13b2fe 100644 --- a/pkgs/development/python-modules/triton/bin.nix +++ b/pkgs/development/python-modules/triton/bin.nix @@ -63,6 +63,9 @@ buildPythonPackage rec { mit ]; sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ]; - maintainers = with lib.maintainers; [ junjihashimoto ]; + maintainers = with lib.maintainers; [ + GaetanLepage + junjihashimoto + ]; }; }