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