python311Packages.construct: add changelog to meta

This commit is contained in:
Fabian Affolter
2023-11-27 18:46:54 +01:00
committed by Bjørn Forsman
parent 46e11ae73d
commit 508645f160
@@ -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 ];
};