summary refs log tree commit diff
path: root/pkgs/applications/networking/remote
diff options
context:
space:
mode:
authorpmenke <info@pmenke.de>2023-09-12 18:58:28 +0200
committerpmenke <info@pmenke.de>2023-09-12 18:58:28 +0200
commit8c75228eab5a7d5aed4b859c54b145cf1e0a0e32 (patch)
tree4c02d18cb91a75df1a44d1389705a8c4e4145604 /pkgs/applications/networking/remote
parentb874fb56d0f07a0ff88fcdc17e0001760ca89556 (diff)
downloadnixpkgs-8c75228eab5a7d5aed4b859c54b145cf1e0a0e32.tar
nixpkgs-8c75228eab5a7d5aed4b859c54b145cf1e0a0e32.tar.gz
nixpkgs-8c75228eab5a7d5aed4b859c54b145cf1e0a0e32.tar.bz2
nixpkgs-8c75228eab5a7d5aed4b859c54b145cf1e0a0e32.tar.lz
nixpkgs-8c75228eab5a7d5aed4b859c54b145cf1e0a0e32.tar.xz
nixpkgs-8c75228eab5a7d5aed4b859c54b145cf1e0a0e32.tar.zst
nixpkgs-8c75228eab5a7d5aed4b859c54b145cf1e0a0e32.zip
citrix_workspace: remove myself from maintainer list
I'm no longer able to test new versions of this package, as I no longer have access to any citrix infrastructure.
Diffstat (limited to 'pkgs/applications/networking/remote')
-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;
   };
 }