python311Packages.xlsxwriter: add changelog to meta
This commit is contained in:
parent
43cde5c6ac
commit
304742b50b
@ -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 ];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user