Skip to content

Commit

Permalink
maintainers: Remove adisbladis as maintainer from some packages (#367484
Browse files Browse the repository at this point in the history
)
  • Loading branch information
lukegb authored Dec 22, 2024
2 parents 29d9fde + 6f1318c commit 6273950
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 13 deletions.
2 changes: 1 addition & 1 deletion pkgs/by-name/pa/paperlike-go/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
};
Expand Down
18 changes: 7 additions & 11 deletions pkgs/by-name/rk/rkdeveloptool-pine64/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
};
}
Original file line number Diff line number Diff line change
Expand Up @@ -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; [ ];
};
}

0 comments on commit 6273950

Please sign in to comment.