ayugram-desktop: add kaeeraa, s0me1newithhand7s to maintainers (#384864)

This commit is contained in:
Wolfgang Walther
2025-03-01 11:46:00 +01:00
committed by GitHub
2 changed files with 10 additions and 1 deletions
+6
View File
@@ -11978,6 +11978,12 @@
githubId = 44864956;
keys = [ { fingerprint = "3F87 0A7C A7B4 3731 2F13 6083 749F D4DF A2E9 4236"; } ];
};
kaeeraa = {
name = "kaeeraa";
email = "kaeeraa@nebula-nook.ru";
github = "kaeeraa";
githubId = 99148867;
};
kaiha = {
email = "kai.harries@gmail.com";
github = "KaiHa";
+4 -1
View File
@@ -31,7 +31,10 @@ telegram-desktop.override {
'';
homepage = "https://github.com/AyuGram/AyuGramDesktop";
changelog = "https://github.com/AyuGram/AyuGramDesktop/releases/tag/v${finalAttrs.version}";
maintainers = with lib.maintainers; [ ];
maintainers = with lib.maintainers; [
kaeeraa
s0me1newithhand7s
];
};
}
);