proot: add makefu as maintainer

This commit is contained in:
makefu
2017-10-01 15:24:30 +02:00
parent 05d2603173
commit ab8e5f66aa

View File

@@ -46,6 +46,6 @@ stdenv.mkDerivation rec {
description = "User-space implementation of chroot, mount --bind and binfmt_misc";
platforms = platforms.linux;
license = licenses.gpl2;
maintainers = with maintainers; [ ianwookim nckx ];
maintainers = with maintainers; [ ianwookim nckx makefu ];
};
}