summary refs log tree commit diff
path: root/pkgs/tools/system/zenith/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/system/zenith/default.nix')
-rw-r--r--pkgs/tools/system/zenith/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/system/zenith/default.nix b/pkgs/tools/system/zenith/default.nix
index 4318ba492ae..52ad79fab68 100644
--- a/pkgs/tools/system/zenith/default.nix
+++ b/pkgs/tools/system/zenith/default.nix
@@ -48,7 +48,7 @@ rustPlatform.buildRustPackage rec {
       + lib.optionalString nvidiaSupport ", and NVIDIA GPU usage";
     homepage = "https://github.com/bvaisvil/zenith";
     license = licenses.mit;
-    maintainers = with maintainers; [ bbigras ];
+    maintainers = with maintainers; [ ];
     platforms = platforms.unix;
   };
 }