Unverified Commit 304742b5 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python311Packages.xlsxwriter: add changelog to meta

parent 43cde5c6
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -30,6 +30,7 @@ buildPythonPackage rec {
  meta = with lib; {
    description = "Module for creating Excel XLSX files";
    homepage = "https://xlsxwriter.readthedocs.io/";
    changelog = "https://xlsxwriter.readthedocs.io/changes.html";
    license = licenses.bsd2;
    maintainers = with maintainers; [ jluttine ];
  };