python310Packages.astroid: add meta.changelog

This commit is contained in:
Robert Schütz
2023-03-03 23:59:31 +01:00
committed by Martin Weinelt
parent d8933d6475
commit 441bb8a805
@@ -54,6 +54,7 @@ buildPythonPackage rec {
};
meta = with lib; {
changelog = "https://github.com/PyCQA/astroid/blob/${src.rev}/ChangeLog";
description = "An abstract syntax tree for Python with inference support";
homepage = "https://github.com/PyCQA/astroid";
license = licenses.lgpl21Plus;