Unverified Commit 96f889a8 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python311Packages.icoextract: add changelog to meta

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