summary refs log tree commit diff
path: root/pkgs/tools/system/suid-chroot/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/system/suid-chroot/default.nix')
-rw-r--r--pkgs/tools/system/suid-chroot/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/tools/system/suid-chroot/default.nix b/pkgs/tools/system/suid-chroot/default.nix
index ebedf5f544e6..f407be7c5854 100644
--- a/pkgs/tools/system/suid-chroot/default.nix
+++ b/pkgs/tools/system/suid-chroot/default.nix
@@ -17,7 +17,6 @@ stdenv.mkDerivation rec {
   meta = with stdenv.lib; {
     description = "Setuid-safe wrapper for chroot";
     license = licenses.gpl2Plus;
-    maintainers = with maintainers; [ nckx ];
     platforms = with platforms; unix;
   };
 }