livepeer: add bot-wxt1221 as maintainers

This commit is contained in:
wxt 2024-11-11 09:08:09 +08:00
parent 98b7a76dc2
commit a22d388267
No known key found for this signature in database
GPG Key ID: F62181757D8BF693

View File

@ -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";
};
}