summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2023-09-12 17:37:44 -0400
committerGitHub <noreply@github.com>2023-09-12 17:37:44 -0400
commit5dffb06f7120c6edc88103f7087ebf10cf1a8c4f (patch)
treedde9060c50e6448a1ab75b46f6761a41c00c2209 /pkgs/applications
parent1473d5b67a9bd95591e4d06a44284dcfc3566c61 (diff)
parent8c75228eab5a7d5aed4b859c54b145cf1e0a0e32 (diff)
downloadnixpkgs-5dffb06f7120c6edc88103f7087ebf10cf1a8c4f.tar
nixpkgs-5dffb06f7120c6edc88103f7087ebf10cf1a8c4f.tar.gz
nixpkgs-5dffb06f7120c6edc88103f7087ebf10cf1a8c4f.tar.bz2
nixpkgs-5dffb06f7120c6edc88103f7087ebf10cf1a8c4f.tar.lz
nixpkgs-5dffb06f7120c6edc88103f7087ebf10cf1a8c4f.tar.xz
nixpkgs-5dffb06f7120c6edc88103f7087ebf10cf1a8c4f.tar.zst
nixpkgs-5dffb06f7120c6edc88103f7087ebf10cf1a8c4f.zip
Merge pull request #254793 from pmenke-de/pmenke-de-remove-citrix
citrix_workspace: remove myself from maintainer list
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/networking/remote/citrix-workspace/generic.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/remote/citrix-workspace/generic.nix b/pkgs/applications/networking/remote/citrix-workspace/generic.nix
index cd5f21a15ed..052369bfcc9 100644
--- a/pkgs/applications/networking/remote/citrix-workspace/generic.nix
+++ b/pkgs/applications/networking/remote/citrix-workspace/generic.nix
@@ -216,7 +216,7 @@ stdenv.mkDerivation rec {
     description = "Citrix Workspace";
     sourceProvenance = with sourceTypes; [ binaryNativeCode ];
     platforms = platforms.linux;
-    maintainers = with maintainers; [ pmenke michaeladler ];
+    maintainers = with maintainers; [ michaeladler ];
     inherit homepage;
   };
 }