proot: change github owner to 'proot-me', add veprbl to maintainers
This commit is contained in:
parent
096ea6d24f
commit
93a62e9394
@ -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 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user