tombi: add yvnth as maintainer (#532104)

This commit is contained in:
Yohann Boniface
2026-06-16 08:21:32 +00:00
committed by GitHub
2 changed files with 7 additions and 0 deletions
+6
View File
@@ -30731,6 +30731,12 @@
githubId = 65394961;
name = "Yves Straten";
};
yvnth = {
email = "yashupress@gmail.com";
github = "yvnth";
githubId = 201552597;
name = "Yashwanth Prasannakumar";
};
yzx9 = {
email = "yuan.zx@outlook.com";
github = "yzx9";
+1
View File
@@ -55,6 +55,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
maintainers = with lib.maintainers; [
faukah
psibi
yvnth
];
mainProgram = "tombi";
};