python311Packages.icoextract: add changelog to meta

This commit is contained in:
Fabian Affolter
2024-05-03 01:45:10 +02:00
committed by GitHub
parent 7612072e80
commit 96f889a809
@@ -31,6 +31,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Extract icons from Windows PE files";
homepage = "https://github.com/jlu5/icoextract";
changelog = "https://github.com/jlu5/icoextract/blob/${version}/CHANGELOG.md";
license = licenses.mit;
maintainers = with maintainers; [ bryanasdev000 donovanglover ];
};