python3Packages.dropbox: clean up meta
This commit is contained in:
parent
2d3db9e81c
commit
f04948a856
@ -90,11 +90,11 @@ buildPythonPackage rec {
|
|||||||
"test_bad_pins_session"
|
"test_bad_pins_session"
|
||||||
];
|
];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = {
|
||||||
description = "Python library for Dropbox's HTTP-based Core and Datastore APIs";
|
description = "Python library for Dropbox's HTTP-based Core and Datastore APIs";
|
||||||
homepage = "https://github.com/dropbox/dropbox-sdk-python";
|
homepage = "https://github.com/dropbox/dropbox-sdk-python";
|
||||||
changelog = "https://github.com/dropbox/dropbox-sdk-python/releases/tag/v${version}";
|
changelog = "https://github.com/dropbox/dropbox-sdk-python/releases/tag/${src.tag}";
|
||||||
license = licenses.mit;
|
license = lib.licenses.mit;
|
||||||
maintainers = with maintainers; [ sfrijters ];
|
maintainers = with lib.maintainers; [ sfrijters ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user