python3Packages.dropbox: Add meta.changelog

This commit is contained in:
Stefan Frijters 2022-11-24 23:26:33 +01:00
parent 9920f30d5d
commit f493aa0497
No known key found for this signature in database
GPG Key ID: 7619A6BC6E7DFA6F

View File

@ -77,6 +77,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Python library for Dropbox's HTTP-based Core and Datastore APIs";
homepage = "https://github.com/dropbox/dropbox-sdk-python";
changelog = "https://github.com/dropbox/dropbox-sdk-python/releases/tag/v${version}";
license = licenses.mit;
maintainers = with maintainers; [ sfrijters ];
};