[Backport release-26.05] buildstream: Add changelog field to meta attrset (#564734)

This commit is contained in:
Yohann Boniface
2026-09-18 22:33:50 +00:00
committed by GitHub
2 changed files with 2 additions and 0 deletions

View File

@@ -124,6 +124,7 @@ python3Packages.buildPythonApplication (finalAttrs: {
};
meta = {
changelog = "https://github.com/apache/buildstream/blob/${finalAttrs.src.tag}/NEWS";
description = "Powerful software integration tool";
downloadPage = "https://buildstream.build/install.html";
homepage = "https://buildstream.build";

View File

@@ -35,6 +35,7 @@ buildPythonPackage rec {
};
meta = {
changelog = "https://github.com/apache/buildstream-plugins/releases/tag/${version}";
description = "BuildStream plugins";
homepage = "https://github.com/apache/buildstream-plugins";
platforms = lib.platforms.linux;