about summary refs log tree commit diff
path: root/pkgs/development/tools/backblaze-b2
diff options
context:
space:
mode:
authorTom Houlé <tom@tomhoule.com>2022-08-14 18:48:25 +0200
committerTom Houlé <tom@tomhoule.com>2022-08-15 07:56:57 +0200
commit387f876b2d1db0beba775fa6ac917aaeda4edd03 (patch)
tree0018fe4d1b34f6d9d4c3e06b57873cd2378f528d /pkgs/development/tools/backblaze-b2
parent7aeffe56b0ebb903dfd2711dc47f4f581238d9c4 (diff)
downloadnixlib-387f876b2d1db0beba775fa6ac917aaeda4edd03.tar
nixlib-387f876b2d1db0beba775fa6ac917aaeda4edd03.tar.gz
nixlib-387f876b2d1db0beba775fa6ac917aaeda4edd03.tar.bz2
nixlib-387f876b2d1db0beba775fa6ac917aaeda4edd03.tar.lz
nixlib-387f876b2d1db0beba775fa6ac917aaeda4edd03.tar.xz
nixlib-387f876b2d1db0beba775fa6ac917aaeda4edd03.tar.zst
nixlib-387f876b2d1db0beba775fa6ac917aaeda4edd03.zip
backblaze-b2: add tomhoule to maintainers
Diffstat (limited to 'pkgs/development/tools/backblaze-b2')
-rw-r--r--pkgs/development/tools/backblaze-b2/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/tools/backblaze-b2/default.nix b/pkgs/development/tools/backblaze-b2/default.nix
index d6b94391e6cb..f8065c4f7b70 100644
--- a/pkgs/development/tools/backblaze-b2/default.nix
+++ b/pkgs/development/tools/backblaze-b2/default.nix
@@ -63,6 +63,6 @@ python3Packages.buildPythonApplication rec {
     description = "Command-line tool for accessing the Backblaze B2 storage service";
     homepage = "https://github.com/Backblaze/B2_Command_Line_Tool";
     license = licenses.mit;
-    maintainers = with maintainers; [ hrdinka kevincox ];
+    maintainers = with maintainers; [ hrdinka kevincox tomhoule ];
   };
 }