python39Packages.tabula-py: add changelog to meta

This commit is contained in:
Fabian Affolter 2022-12-20 00:04:40 +01:00 committed by GitHub
parent 7503cafe00
commit 80229b0f42
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -65,6 +65,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Module to extract table from PDF into pandas DataFrame";
homepage = "https://github.com/chezou/tabula-py";
changelog = "https://github.com/chezou/tabula-py/releases/tag/v${version}";
license = licenses.mit;
maintainers = with maintainers; [ fab ];
};