maintainers: add kenis1108
This commit is contained in:
@@ -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";
|
||||
|
||||
@@ -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;
|
||||
};
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user