proot: add makefu as maintainer
This commit is contained in:
parent
05d2603173
commit
ab8e5f66aa
@ -46,6 +46,6 @@ stdenv.mkDerivation rec {
|
|||||||
description = "User-space implementation of chroot, mount --bind and binfmt_misc";
|
description = "User-space implementation of chroot, mount --bind and binfmt_misc";
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
maintainers = with maintainers; [ ianwookim nckx ];
|
maintainers = with maintainers; [ ianwookim nckx makefu ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user