python3Packages.jax: add GaetanLepage to maintainers

This commit is contained in:
Gaetan Lepage
2025-09-20 20:50:21 +00:00
parent b4df01b423
commit 6200c1ad8c
@@ -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
];
};
}