mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
livepeer: add bot-wxt1221 as maintainers
This commit is contained in:
parent
98b7a76dc2
commit
a22d388267
@ -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";
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user