Unverified Commit ab8285a0 authored by Jörg Thalheim's avatar Jörg Thalheim Committed by GitHub
Browse files

Merge pull request #337396 from TerryGarcia/master

simplex-chat-desktop: add maintainer terryg
parents 560f1789 abd241be
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -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";
+1 −1
Original line number Diff line number Diff line
@@ -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" ];
  };
}