Merge pull request #337396 from TerryGarcia/master

simplex-chat-desktop: add maintainer terryg
This commit is contained in:
Jörg Thalheim
2024-08-26 09:14:44 +02:00
committed by GitHub
2 changed files with 8 additions and 1 deletions
+7
View File
@@ -20413,6 +20413,13 @@
githubId = 3889585;
name = "Cheng Shao";
};
terryg = {
name = "Terry Garcia";
email = "terry@terryg.org";
github = "TerryGarcia";
githubId = 159372832;
keys = [ { fingerprint = "6F54 C08C 37C8 EC78 15FA 0D01 A721 8CBA 2D80 15C3"; } ];
};
tesq0 = {
email = "mikolaj.galkowski@gmail.com";
github = "tesq0";
@@ -43,7 +43,7 @@ in appimageTools.wrapType2 {
homepage = "https://simplex.chat";
changelog = "https://github.com/simplex-chat/simplex-chat/releases/tag/v${version}";
license = licenses.agpl3Only;
maintainers = with maintainers; [ yuu ];
maintainers = with maintainers; [ terryg yuu ];
platforms = [ "x86_64-linux" ];
};
}