about summary refs log tree commit diff
path: root/pkgs/applications/networking/instant-messengers
diff options
context:
space:
mode:
authorh7x4 <h7x4@nani.wtf>2024-06-16 01:19:51 +0200
committerGitHub <noreply@github.com>2024-06-16 01:19:51 +0200
commit449246e4cb65f87248bc9da09101ad4fa65cbf4b (patch)
tree0f6f8a16226547060c8f5bde993e7967f2bece4a /pkgs/applications/networking/instant-messengers
parent56e6aaa45aa0ac554523b625fb74c7ac812c51f1 (diff)
parent4b1d39d9359bb49f0d9abd72db2ae1f265e77aa4 (diff)
Merge pull request #320119 from emilazy/remove-myself-from-unused-packages
treewide: remove myself from packages I don’t use
Diffstat (limited to 'pkgs/applications/networking/instant-messengers')
-rw-r--r--pkgs/applications/networking/instant-messengers/gomuks/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/instant-messengers/gomuks/default.nix b/pkgs/applications/networking/instant-messengers/gomuks/default.nix
index e25a94d0bef84..26b0e9c0225db 100644
--- a/pkgs/applications/networking/instant-messengers/gomuks/default.nix
+++ b/pkgs/applications/networking/instant-messengers/gomuks/default.nix
@@ -53,6 +53,6 @@ buildGoModule rec {
     description = "A terminal based Matrix client written in Go";
     mainProgram = "gomuks";
     license = licenses.agpl3Plus;
-    maintainers = with maintainers; [ chvp emily ];
+    maintainers = with maintainers; [ chvp ];
   };
 }