backblaze-b2: add phaer as maintainer

This commit is contained in:
phaer
2026-03-25 11:05:16 +01:00
parent a45e90e096
commit 2f015148dc
+1
View File
@@ -104,6 +104,7 @@ python3Packages.buildPythonApplication (finalAttrs: {
meta = {
description = "Command-line tool for accessing the Backblaze B2 storage service";
homepage = "https://github.com/Backblaze/B2_Command_Line_Tool";
maintainers = with lib.maintainers; [ phaer ];
changelog = "https://github.com/Backblaze/B2_Command_Line_Tool/blob/${finalAttrs.src.tag}/CHANGELOG.md";
license = lib.licenses.mit;
mainProgram = "backblaze-b2";