We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ea800b commit a3d80d5Copy full SHA for a3d80d5
pkgs/by-name/si/sing-box/package.nix
@@ -70,7 +70,10 @@ buildGoModule (finalAttrs: {
70
homepage = "https://sing-box.sagernet.org";
71
description = "Universal proxy platform";
72
license = lib.licenses.gpl3Plus;
73
- maintainers = with lib.maintainers; [ nickcao ];
+ maintainers = with lib.maintainers; [
74
+ nickcao
75
+ prince213
76
+ ];
77
mainProgram = "sing-box";
78
};
79
})
0 commit comments