summary refs log tree commit diff
path: root/pkgs/tools/system/proot
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/system/proot')
-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 f338521b87cd..3eaa85e41eaa 100644
--- a/pkgs/tools/system/proot/default.nix
+++ b/pkgs/tools/system/proot/default.nix
@@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
     description = "User-space implementation of chroot, mount --bind and binfmt_misc";
     platforms = platforms.linux;
     license = licenses.gpl2;
-    maintainers = with self.stdenv.lib.maintainers; [ ianwookim ];
+    maintainers = [ maintainers.ianwookim ];
   };
 }