python3Packages.edk2-pytool-library: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-05-19 06:09:46 +02:00 committed by GitHub
parent 4f7eab5c82
commit 8cd9cecc5b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 ];
};