summary refs log tree commit diff
path: root/pkgs/tools/filesystems
diff options
context:
space:
mode:
authorAnderson Torres <torres.anderson.85@protonmail.com>2023-09-29 19:29:36 -0300
committerAnderson Torres <torres.anderson.85@protonmail.com>2023-10-04 22:20:58 -0300
commita9d73dea164c074ac14f2b2d7bdba0d78c36da49 (patch)
treef537f221e53bdfaf01ce35fea5402ba0cb1e88a1 /pkgs/tools/filesystems
parent492414af5f848c51ed5073e2f5b6556f3d2782cc (diff)
treewide: remove cstrahan from meta.maintainers - part 2
19 files modified with this removal
Diffstat (limited to 'pkgs/tools/filesystems')
-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 c58dbff9ac733..320ccde4cc539 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;
   };
 }