about summary refs log tree commit diff
path: root/pkgs/development/tools/confluent-cli
diff options
context:
space:
mode:
authorMika Naylor <mail@autophagy.io>2023-10-07 21:59:44 +0200
committerMika Naylor <mail@autophagy.io>2023-10-07 21:59:44 +0200
commit816014157e8f86a0d9ee4006c2b25e0cbe133565 (patch)
tree93ce623287a07cbed1c136d043846f9b22af7f78 /pkgs/development/tools/confluent-cli
parent9b25ba863c1751d8d1acbadd16ba70ee4fb5427c (diff)
confluent-cli, confluent-platform: add maintainer autophagy
Diffstat (limited to 'pkgs/development/tools/confluent-cli')
-rw-r--r--pkgs/development/tools/confluent-cli/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/tools/confluent-cli/default.nix b/pkgs/development/tools/confluent-cli/default.nix
index e39dcbefc7e23..21b38b75cb3b7 100644
--- a/pkgs/development/tools/confluent-cli/default.nix
+++ b/pkgs/development/tools/confluent-cli/default.nix
@@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
     homepage = "https://docs.confluent.io/confluent-cli/current/overview.html";
     sourceProvenance = with sourceTypes; [ binaryNativeCode ];
     license = licenses.unfree;
-    maintainers = with maintainers; [ rguevara84 ];
+    maintainers = with maintainers; [ rguevara84 autophagy ];
 
     # TODO: There's support for i686 systems but I do not have any such system
     # to build it locally on, it's also unfree so I cannot rely on ofborg to