backblaze-b2: add changelog to meta

This commit is contained in:
natsukium
2023-09-05 10:00:51 +09:00
parent 674e95592a
commit 53ffac981f
@@ -65,6 +65,7 @@ python3Packages.buildPythonApplication rec {
meta = with lib; {
description = "Command-line tool for accessing the Backblaze B2 storage service";
homepage = "https://github.com/Backblaze/B2_Command_Line_Tool";
changelog = "https://github.com/Backblaze/B2_Command_Line_Tool/blob/v${version}/CHANGELOG.md";
license = licenses.mit;
maintainers = with maintainers; [ hrdinka kevincox tomhoule ];
};