python310Packages.openpyxl: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-03-29 00:08:45 +02:00
parent 58786e0ac1
commit 367eb7b59a

View file

@ -34,6 +34,7 @@ buildPythonPackage rec {
meta = {
description = "A Python library to read/write Excel 2007 xlsx/xlsm files";
homepage = "https://openpyxl.readthedocs.org";
changelog = "https://foss.heptapod.net/openpyxl/openpyxl/-/blob/${version}/doc/changes.rst";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ lihop ];
};