about summary refs log tree commit diff
path: root/pkgs/applications/networking/remote/vmware-horizon-client
diff options
context:
space:
mode:
authorSean Buckley <sean.bck@gmail.com>2024-04-26 19:56:05 -0400
committerSean Buckley <sean.bck@gmail.com>2024-04-26 19:56:05 -0400
commit67e5481a43810373338304e3b33913185e9c69a8 (patch)
tree902d92f6f682e44d311b84f6c408d316dd050bc8 /pkgs/applications/networking/remote/vmware-horizon-client
parent47836e2bb55e2e3735104d194775f6bd6d9f4371 (diff)
vmware-horizon-client: remove buckley310 from maintainers
Diffstat (limited to 'pkgs/applications/networking/remote/vmware-horizon-client')
-rw-r--r--pkgs/applications/networking/remote/vmware-horizon-client/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/remote/vmware-horizon-client/default.nix b/pkgs/applications/networking/remote/vmware-horizon-client/default.nix
index da92226507eeb..6b1630594be0f 100644
--- a/pkgs/applications/networking/remote/vmware-horizon-client/default.nix
+++ b/pkgs/applications/networking/remote/vmware-horizon-client/default.nix
@@ -148,6 +148,6 @@ stdenv.mkDerivation {
     homepage = "https://www.vmware.com/go/viewclients";
     license = licenses.unfree;
     platforms = [ "x86_64-linux" ];
-    maintainers = with maintainers; [ buckley310 ];
+    maintainers = with maintainers; [ ];
   };
 }