python3Packages.dropbox: Add meta.changelog
This commit is contained in:
parent
9920f30d5d
commit
f493aa0497
@ -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 ];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user