Skip to content

Commit a3d80d5

Browse files
committed
sing-box: add prince213 to maintainers
1 parent 7ea800b commit a3d80d5

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pkgs/by-name/si/sing-box/package.nix

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,10 @@ buildGoModule (finalAttrs: {
7070
homepage = "https://sing-box.sagernet.org";
7171
description = "Universal proxy platform";
7272
license = lib.licenses.gpl3Plus;
73-
maintainers = with lib.maintainers; [ nickcao ];
73+
maintainers = with lib.maintainers; [
74+
nickcao
75+
prince213
76+
];
7477
mainProgram = "sing-box";
7578
};
7679
})

0 commit comments

Comments
 (0)