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 { src = fetchFromGitHub {
inherit rev sha256; inherit rev sha256;
repo = "proot"; repo = "proot";
owner = "cedric-vincent"; owner = "proot-me";
}; };
buildInputs = [ talloc ]; buildInputs = [ talloc ];
@ -35,7 +35,7 @@
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 makefu ]; maintainers = with maintainers; [ ianwookim makefu veprbl ];
}; };
}) })
(if stdenv.isAarch64 then rec { (if stdenv.isAarch64 then rec {