summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTerry Garcia <terry@terryg.org>2024-10-21 14:10:52 -0500
committerTerry Garcia <terry@terryg.org>2024-10-21 14:10:52 -0500
commit0085dc94de4464ab8917ab11e0280b2014c4a8c2 (patch)
tree6fd5edef6ae4afb8c5b840643eeecd4359b31982
parentsimplex-chat-desktop: 6.0.5 -> 6.1.0 (diff)
downloadnixpkgs-0085dc94de4464ab8917ab11e0280b2014c4a8c2.tar.gz
simplex-chat-desktop: remove maintainer yuu
-rw-r--r--pkgs/by-name/si/simplex-chat-desktop/package.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/by-name/si/simplex-chat-desktop/package.nix b/pkgs/by-name/si/simplex-chat-desktop/package.nix
index 971cd06e2d3b..4c9c443ee8d6 100644
--- a/pkgs/by-name/si/simplex-chat-desktop/package.nix
+++ b/pkgs/by-name/si/simplex-chat-desktop/package.nix
@@ -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; [ terryg yuu ];
+ maintainers = with maintainers; [ terryg ];
platforms = [ "x86_64-linux" ];
};
}