Unverified Commit a22d3882 authored by wxt's avatar wxt
Browse files

livepeer: add bot-wxt1221 as maintainers

parent 98b7a76d
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -43,7 +43,10 @@ buildGoModule rec {
    description = "Official Go implementation of the Livepeer protocol";
    homepage = "https://livepeer.org";
    license = lib.licenses.mit;
    maintainers = with lib.maintainers; [ elitak ];
    maintainers = with lib.maintainers; [
      elitak
      bot-wxt1221
    ];
    mainProgram = "livepeer";
  };
}