python311Packages.avro: add changelog to meta

This commit is contained in:
Fabian Affolter
2023-06-24 23:12:13 +02:00
parent fde8c87705
commit e7b0e2111b
@@ -38,6 +38,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Python serialization and RPC framework";
homepage = "https://github.com/apache/avro";
changelog = "https://github.com/apache/avro/releases/tag/release-${version}";
license = licenses.asl20;
maintainers = with maintainers; [ zimbatm ];
};