From 6200c1ad8c534585aef138596b671f6fe4ed984a Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Thu, 18 Sep 2025 21:47:20 +0000 Subject: [PATCH] python3Packages.jax: add GaetanLepage to maintainers --- pkgs/development/python-modules/jax/default.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/jax/default.nix b/pkgs/development/python-modules/jax/default.nix index 8e83e992fe72..c742f797d909 100644 --- a/pkgs/development/python-modules/jax/default.nix +++ b/pkgs/development/python-modules/jax/default.nix @@ -179,6 +179,9 @@ buildPythonPackage rec { description = "Source-built JAX frontend: differentiate, compile, and transform Numpy code"; homepage = "https://github.com/google/jax"; license = lib.licenses.asl20; - maintainers = with lib.maintainers; [ samuela ]; + maintainers = with lib.maintainers; [ + GaetanLepage + samuela + ]; }; }