Commit c35f96ef authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python311Packages.flax: add changelog to meta

parent c680c313
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -85,6 +85,7 @@ buildPythonPackage rec {
  meta = with lib; {
    description = "Neural network library for JAX";
    homepage = "https://github.com/google/flax";
    changelog = "https://github.com/google/flax/releases/tag/v${version}";
    license = licenses.asl20;
    maintainers = with maintainers; [ ndl ];
  };