summary refs log tree commit diff
path: root/pkgs/tools/system/proot
diff options
context:
space:
mode:
authorIan-Woo Kim <ianwookim@gmail.com>2014-10-07 14:23:42 +0200
committerIan-Woo Kim <ianwookim@gmail.com>2014-10-07 14:23:42 +0200
commit526b4d9f797efd3a3283276cd952dbb7a139e72f (patch)
treeeace31a04e1d174b42f2dad3476e456aafa6b331 /pkgs/tools/system/proot
parent6a0396ce012758e22f28d859eaf54a7dd86f4165 (diff)
downloadnixlib-526b4d9f797efd3a3283276cd952dbb7a139e72f.tar
nixlib-526b4d9f797efd3a3283276cd952dbb7a139e72f.tar.gz
nixlib-526b4d9f797efd3a3283276cd952dbb7a139e72f.tar.bz2
nixlib-526b4d9f797efd3a3283276cd952dbb7a139e72f.tar.lz
nixlib-526b4d9f797efd3a3283276cd952dbb7a139e72f.tar.xz
nixlib-526b4d9f797efd3a3283276cd952dbb7a139e72f.tar.zst
nixlib-526b4d9f797efd3a3283276cd952dbb7a139e72f.zip
proot: remove self.stdenv.lib
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 ];
   };
 }