v2ray: add ryan4yin as a maintainer
This commit is contained in:
parent
820b64b4f3
commit
58bbf009d6
@ -70,6 +70,9 @@ buildGoModule rec {
|
|||||||
description = "Platform for building proxies to bypass network restrictions";
|
description = "Platform for building proxies to bypass network restrictions";
|
||||||
mainProgram = "v2ray";
|
mainProgram = "v2ray";
|
||||||
license = with lib.licenses; [ mit ];
|
license = with lib.licenses; [ mit ];
|
||||||
maintainers = with lib.maintainers; [ servalcatty ];
|
maintainers = with lib.maintainers; [
|
||||||
|
servalcatty
|
||||||
|
ryan4yin
|
||||||
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user