python311Packages.agate-excel: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-11-02 08:08:59 +01:00 committed by GitHub
parent ca6ae1f6f4
commit dd6037e8f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,8 +19,9 @@ buildPythonPackage rec {
meta = with lib; {
description = "Adds read support for excel files to agate";
homepage = "https://github.com/wireservice/agate-excel";
license = licenses.mit;
homepage = "https://github.com/wireservice/agate-excel";
changelog = "https://github.com/wireservice/agate-excel/blob/${version}/CHANGELOG.rst";
license = licenses.mit;
maintainers = with maintainers; [ vrthra ];
};
}