python311Packages.flax: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-05-18 21:35:52 +02:00
parent c680c3136d
commit c35f96ef72

View file

@ -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 ];
};