maintainers: Remove adisbladis as maintainer from some packages (#367484)
This commit is contained in:
@@ -23,7 +23,7 @@ buildGoModule {
|
||||
description = "Linux Go library and CLI utility to control a Dasung Paperlike display via I2C DDC";
|
||||
homepage = "https://github.com/leoluk/paperlike-go";
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = [ lib.maintainers.adisbladis ];
|
||||
maintainers = [ ];
|
||||
platforms = lib.platforms.linux;
|
||||
mainProgram = "paperlike-cli";
|
||||
};
|
||||
|
||||
@@ -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";
|
||||
};
|
||||
}
|
||||
|
||||
@@ -71,6 +71,6 @@ stdenv.mkDerivation {
|
||||
homepage = "https://github.com/Cangjians/ibus-cangjie";
|
||||
license = lib.licenses.gpl3Plus;
|
||||
platforms = lib.platforms.linux;
|
||||
maintainers = with lib.maintainers; [ adisbladis ];
|
||||
maintainers = with lib.maintainers; [ ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user