Unverified Commit 8cd9cecc authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

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

parent 4f7eab5c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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 ];
  };