python310Packages.gspread: add changelog to meta

This commit is contained in:
Fabian Affolter 2022-12-07 11:13:24 +01:00 committed by GitHub
parent e498a1cdf2
commit 6e9cd89bee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -35,6 +35,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Google Spreadsheets client library";
homepage = "https://github.com/burnash/gspread";
changelog = "https://github.com/burnash/gspread/blob/v${version}/HISTORY.rst";
license = licenses.mit;
maintainers = with maintainers; [ ];
};