Commit 508645f1 authored by Fabian Affolter's avatar Fabian Affolter Committed by Bjørn Forsman
Browse files

python311Packages.construct: add changelog to meta

parent 46e11ae7
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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 ];
  };