python3Packages.edk2-pytool-library: add changelog to meta
This commit is contained in:
@@ -34,6 +34,7 @@ buildPythonPackage rec {
|
||||
meta = with lib; {
|
||||
description = "Python library package that supports UEFI development";
|
||||
homepage = "https://github.com/tianocore/edk2-pytool-library";
|
||||
changelog = "https://github.com/tianocore/edk2-pytool-library/releases/tag/v${version}";
|
||||
license = licenses.bsd2Patent;
|
||||
maintainers = with maintainers; [ nickcao ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user