python312Packages.oelint-parser: fix changelog

This commit is contained in:
Weijia Wang 2024-03-23 22:16:43 +01:00
parent 89c942f1e8
commit de4615ad4b

View File

@ -33,7 +33,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Alternative parser for bitbake recipes";
homepage = "https://github.com/priv-kweihmann/oelint-parser";
changelog = "https://github.com/priv-kweihmann/oelint-parser/releases/tag/v${version}";
changelog = "https://github.com/priv-kweihmann/oelint-parser/releases/tag/${version}";
license = licenses.bsd2;
maintainers = with maintainers; [ otavio ];
};