diff --git a/pkgs/tools/system/proot/default.nix b/pkgs/tools/system/proot/default.nix index f338521b87c..3eaa85e41ea 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 ]; }; }