From e7b0e2111b1d69965cf4f3e01ebf952746024d2f Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sat, 24 Jun 2023 23:12:13 +0200 Subject: [PATCH] python311Packages.avro: add changelog to meta --- pkgs/development/python-modules/avro/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/python-modules/avro/default.nix b/pkgs/development/python-modules/avro/default.nix index 0f01045a6f14..368776c4aa19 100644 --- a/pkgs/development/python-modules/avro/default.nix +++ b/pkgs/development/python-modules/avro/default.nix @@ -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 ]; };