proot: add makefu as maintainer

This commit is contained in:
makefu 2017-10-01 15:24:30 +02:00
parent 05d2603173
commit ab8e5f66aa
No known key found for this signature in database
GPG key ID: 36F7711F3FC0F225

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 ];
};
}