python310Packages.tabledata: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-03-01 10:10:35 +01:00 committed by Martin Weinelt
parent 4133900983
commit 321d467334

View File

@ -24,6 +24,7 @@ buildPythonPackage rec {
meta = with lib; {
homepage = "https://github.com/thombashi/tabledata";
description = "A library to represent tabular data";
changelog = "https://github.com/thombashi/tabledata/releases/tag/v${version}";
maintainers = with maintainers; [ genericnerdyusername ];
license = licenses.mit;
};