lol
fork

Configure Feed

Select the types of activity you want to include in your feed.

python3Packages.jax: add GaetanLepage to maintainers

+4 -1
+4 -1
pkgs/development/python-modules/jax/default.nix
··· 179 179 description = "Source-built JAX frontend: differentiate, compile, and transform Numpy code"; 180 180 homepage = "https://github.com/google/jax"; 181 181 license = lib.licenses.asl20; 182 - maintainers = with lib.maintainers; [ samuela ]; 182 + maintainers = with lib.maintainers; [ 183 + GaetanLepage 184 + samuela 185 + ]; 183 186 }; 184 187 }