rkdeveloptool-pine64: remove adisbladis as maintainer
This commit is contained in:
@@ -38,15 +38,11 @@ stdenv.mkDerivation {
|
||||
|
||||
buildInputs = [ libusb1 ];
|
||||
|
||||
meta =
|
||||
let
|
||||
inherit (lib) maintainers;
|
||||
in
|
||||
{
|
||||
homepage = "https://gitlab.com/pine64-org/quartz-bsp/rkdeveloptool/";
|
||||
description = "Tool from Rockchip to communicate with Rockusb devices (pine64 fork)";
|
||||
license = lib.licenses.gpl2Only;
|
||||
maintainers = [ maintainers.adisbladis ];
|
||||
mainProgram = "rkdeveloptool";
|
||||
};
|
||||
meta = {
|
||||
homepage = "https://gitlab.com/pine64-org/quartz-bsp/rkdeveloptool/";
|
||||
description = "Tool from Rockchip to communicate with Rockusb devices (pine64 fork)";
|
||||
license = lib.licenses.gpl2Only;
|
||||
maintainers = [ ];
|
||||
mainProgram = "rkdeveloptool";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user