usque: add xyenon as maintainer

This commit is contained in:
XYenon
2026-08-21 14:35:46 +08:00
parent 3df46210fe
commit 2cce29fbb1

View File

@@ -52,7 +52,10 @@ buildGoModule (finalAttrs: {
meta = {
mainProgram = "usque";
maintainers = with lib.maintainers; [ xddxdd ];
maintainers = with lib.maintainers; [
xddxdd
xyenon
];
description = "Open-source reimplementation of the Cloudflare WARP client's MASQUE protocol";
homepage = "https://github.com/Diniboy1123/usque";
license = lib.licenses.mit;