python310Packages.b2sdk: add changelog to meta

This commit is contained in:
natsukium
2023-09-04 00:27:14 +09:00
parent 8aa555a261
commit 8730ee441a
@@ -73,6 +73,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Client library and utilities for access to B2 Cloud Storage (backblaze)";
homepage = "https://github.com/Backblaze/b2-sdk-python";
changelog = "https://github.com/Backblaze/b2-sdk-python/blob/v${version}/CHANGELOG.md";
license = licenses.mit;
maintainers = with maintainers; [ ];
};