summary refs log tree commit diff
path: root/pkgs/applications/networking/remote/citrix-workspace/generic.nix
diff options
context:
space:
mode:
authorMaximilian Bosch <maximilian@mbosch.me>2021-03-04 20:06:08 +0100
committerMaximilian Bosch <maximilian@mbosch.me>2021-03-04 20:06:08 +0100
commit1a2ee59f513af30722d94300a77b41199b9a91c0 (patch)
tree47b68c5171b78165d8e589570f4faa3f0a6842e2 /pkgs/applications/networking/remote/citrix-workspace/generic.nix
parent55a6de83dd95d79804ce5e952513967751270aaf (diff)
downloadnixpkgs-1a2ee59f513af30722d94300a77b41199b9a91c0.tar
nixpkgs-1a2ee59f513af30722d94300a77b41199b9a91c0.tar.gz
nixpkgs-1a2ee59f513af30722d94300a77b41199b9a91c0.tar.bz2
nixpkgs-1a2ee59f513af30722d94300a77b41199b9a91c0.tar.lz
nixpkgs-1a2ee59f513af30722d94300a77b41199b9a91c0.tar.xz
nixpkgs-1a2ee59f513af30722d94300a77b41199b9a91c0.tar.zst
nixpkgs-1a2ee59f513af30722d94300a77b41199b9a91c0.zip
citrix_workspace: pmenke wants to take over
See https://discourse.nixos.org/t/citrix-workspace-installation/9777/6
Diffstat (limited to 'pkgs/applications/networking/remote/citrix-workspace/generic.nix')
-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 fcd8a80cff4..35faeb20b75 100644
--- a/pkgs/applications/networking/remote/citrix-workspace/generic.nix
+++ b/pkgs/applications/networking/remote/citrix-workspace/generic.nix
@@ -202,7 +202,7 @@ stdenv.mkDerivation rec {
     license = licenses.unfree;
     description = "Citrix Workspace";
     platforms = platforms.linux;
-    maintainers = with maintainers; [ ];
+    maintainers = with maintainers; [ pmenke ];
     inherit homepage;
   };
 }