python310Packages.fastavro: add changelog to meta

This commit is contained in:
Fabian Affolter
2023-06-01 00:32:02 +02:00
parent 2ee0fb6e52
commit f14059b064
@@ -53,6 +53,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Fast read/write of AVRO files";
homepage = "https://github.com/fastavro/fastavro";
changelog = "https://github.com/fastavro/fastavro/blob/${version}/ChangeLog";
license = licenses.mit;
maintainers = with maintainers; [ samuela ];
};