maintainers: add kenis1108

This commit is contained in:
kenis
2026-07-15 14:40:16 +08:00
parent 6b73f87c49
commit 444b773f1c
2 changed files with 10 additions and 1 deletions
+6
View File
@@ -14384,6 +14384,12 @@
github = "keller00";
githubId = 8452750;
};
kenis1108 = {
email = "1836362346@qq.com";
github = "kenis1108";
githubId = 45393183;
name = "kenis";
};
kenran = {
email = "johannes.maier@mailbox.org";
github = "kenranunderscore";
+4 -1
View File
@@ -124,7 +124,10 @@ rustPlatform.buildRustPackage (finalAttrs: {
changelog = "https://github.com/farion1231/cc-switch/releases/tag/${finalAttrs.src.tag}";
license = lib.licenses.mit;
mainProgram = "cc-switch";
maintainers = with lib.maintainers; [ imcvampire ];
maintainers = with lib.maintainers; [
imcvampire
kenis1108
];
platforms = lib.platforms.linux ++ lib.platforms.darwin;
};
})