summary refs log tree commit diff
path: root/pkgs/development/tools
diff options
context:
space:
mode:
authorBruno Bigras <bigras.bruno@gmail.com>2023-11-08 17:48:11 -0500
committerAnderson Torres <torres.anderson.85@protonmail.com>2023-11-08 20:57:22 -0300
commit1e45a2364239087f7fae9a0dcc97cbdd29aabc78 (patch)
treef521522fa2472e1a225eb0bf0d7ae6272a0e5ea4 /pkgs/development/tools
parent2824b718a13926bdf0205d39d3f69eef078ec4eb (diff)
{anytype,dogdns,envchain,kafka-delta-ingest,nwg-launchers,pazi,starship,tab-rs,yggdrasil,zenith}: remove bbigras as maintainer
No longer use those packages.
Diffstat (limited to 'pkgs/development/tools')
-rw-r--r--pkgs/development/tools/kafka-delta-ingest/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/tools/kafka-delta-ingest/default.nix b/pkgs/development/tools/kafka-delta-ingest/default.nix
index d06f603dfa15b..9f8983305f7cf 100644
--- a/pkgs/development/tools/kafka-delta-ingest/default.nix
+++ b/pkgs/development/tools/kafka-delta-ingest/default.nix
@@ -46,6 +46,6 @@ rustPlatform.buildRustPackage rec {
     description = "A highly efficient daemon for streaming data from Kafka into Delta Lake";
     homepage = "https://github.com/delta-io/kafka-delta-ingest";
     license = licenses.asl20;
-    maintainers = with maintainers; [ bbigras ];
+    maintainers = with maintainers; [ ];
   };
 }