Commit 367eb7b5 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python310Packages.openpyxl: add changelog to meta

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