Skip to content

Commit

Permalink
rkdeveloptool-pine64: remove adisbladis as maintainer
Browse files Browse the repository at this point in the history
  • Loading branch information
adisbladis committed Dec 22, 2024
1 parent 4a35f2b commit 97258c2
Showing 1 changed file with 7 additions and 11 deletions.
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";
};
}

0 comments on commit 97258c2

Please sign in to comment.