Commit 6200c1ad authored by Gaetan Lepage's avatar Gaetan Lepage
Browse files

python3Packages.jax: add GaetanLepage to maintainers

parent b4df01b4
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -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
    ];
  };
}