From 508645f160f8ce271a132ec42f5764f2a07253b7 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sun, 26 Nov 2023 23:17:54 +0100 Subject: [PATCH] python311Packages.construct: add changelog to meta --- pkgs/development/python-modules/construct/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/python-modules/construct/default.nix b/pkgs/development/python-modules/construct/default.nix index f7e5616d4cde..65d4b68677a7 100644 --- a/pkgs/development/python-modules/construct/default.nix +++ b/pkgs/development/python-modules/construct/default.nix @@ -29,6 +29,7 @@ buildPythonPackage rec { meta = with lib; { description = "Powerful declarative parser (and builder) for binary data"; homepage = "https://construct.readthedocs.org/"; + changelog = "https://github.com/construct/construct/releases/tag/v${version}"; license = licenses.mit; maintainers = with maintainers; [ bjornfor ]; };