python311Packages.xlsxwriter: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-11-18 13:06:16 +01:00 committed by GitHub
parent 43cde5c6ac
commit 304742b50b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 ];
};