about summary refs log tree commit diff
path: root/pkgs/tools/system/proot/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/system/proot/default.nix')
-rw-r--r--pkgs/tools/system/proot/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/system/proot/default.nix b/pkgs/tools/system/proot/default.nix
index 8cf7f81381ff..d75be0ff5bce 100644
--- a/pkgs/tools/system/proot/default.nix
+++ b/pkgs/tools/system/proot/default.nix
@@ -40,7 +40,7 @@
     description = "User-space implementation of chroot, mount --bind and binfmt_misc";
     platforms = platforms.linux;
     license = licenses.gpl2;
-    maintainers = with maintainers; [ ianwookim nckx makefu ];
+    maintainers = with maintainers; [ ianwookim makefu ];
   };
 })
 (if stdenv.isAarch64 then rec {