proot: change github owner to 'proot-me', add veprbl to maintainers

This commit is contained in:
Dmitry Kalinkin 2019-01-22 12:16:47 -05:00
parent 096ea6d24f
commit 93a62e9394
No known key found for this signature in database
GPG key ID: 5157B3EC8B2CA333

View file

@ -8,7 +8,7 @@
src = fetchFromGitHub {
inherit rev sha256;
repo = "proot";
owner = "cedric-vincent";
owner = "proot-me";
};
buildInputs = [ talloc ];
@ -35,7 +35,7 @@
description = "User-space implementation of chroot, mount --bind and binfmt_misc";
platforms = platforms.linux;
license = licenses.gpl2;
maintainers = with maintainers; [ ianwookim makefu ];
maintainers = with maintainers; [ ianwookim makefu veprbl ];
};
})
(if stdenv.isAarch64 then rec {