python311Packages.construct: add changelog to meta
This commit is contained in:
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 ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user