summary refs log tree commit diff
path: root/pkgs/tools/filesystems/zkfuse
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/filesystems/zkfuse')
-rw-r--r--pkgs/tools/filesystems/zkfuse/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/filesystems/zkfuse/default.nix b/pkgs/tools/filesystems/zkfuse/default.nix
index c58dbff9ac7..320ccde4cc5 100644
--- a/pkgs/tools/filesystems/zkfuse/default.nix
+++ b/pkgs/tools/filesystems/zkfuse/default.nix
@@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
 
   meta = with lib; {
     platforms = platforms.linux;
-    maintainers = with maintainers; [ cstrahan ztzg ];
+    maintainers = with maintainers; [ ztzg ];
     license = licenses.asl20;
   };
 }