about summary refs log tree commit diff
path: root/pkgs/applications/networking/remote/teamviewer
diff options
context:
space:
mode:
authorajs124 <git@ajs124.de>2022-06-23 01:12:48 +0200
committerajs124 <git@ajs124.de>2022-06-29 00:52:13 +0200
commit93039509cf31ee3ed70c0ac550b9430f36108805 (patch)
treed12244a1de08dcf85320dd59726ad22b8e6b1725 /pkgs/applications/networking/remote/teamviewer
parent59d8f2b1cd0c4a9cf1e68ab12d0624cba2b7b995 (diff)
maintainers: remove dasuxullebt
no github handle linked. github account with same name has not had activity for years
Diffstat (limited to 'pkgs/applications/networking/remote/teamviewer')
-rw-r--r--pkgs/applications/networking/remote/teamviewer/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/remote/teamviewer/default.nix b/pkgs/applications/networking/remote/teamviewer/default.nix
index 5aa6d62209579..44ce12aeeb48e 100644
--- a/pkgs/applications/networking/remote/teamviewer/default.nix
+++ b/pkgs/applications/networking/remote/teamviewer/default.nix
@@ -100,6 +100,6 @@ mkDerivation rec {
     license = licenses.unfree;
     description = "Desktop sharing application, providing remote support and online meetings";
     platforms = [ "x86_64-linux" ];
-    maintainers = with maintainers; [ jagajaga dasuxullebt jraygauthier ];
+    maintainers = with maintainers; [ jagajaga jraygauthier ];
   };
 }