about summary refs log tree commit diff
path: root/pkgs/applications/networking/remote/citrix-workspace
diff options
context:
space:
mode:
authorMaximilian Bosch <maximilian@mbosch.me>2021-03-03 00:05:41 +0100
committerMaximilian Bosch <maximilian@mbosch.me>2021-03-03 00:05:41 +0100
commit55a6de83dd95d79804ce5e952513967751270aaf (patch)
tree7617cbccc9ef70bf0f44ced506306888c86fb6ab /pkgs/applications/networking/remote/citrix-workspace
parent28c0ac19dbc2fbca6ec419ad40f5d89eeff0d03e (diff)
citrix_workspace: remove myself from maintainer list
The customer project where this was needed is now over and I don't
expect another project with this requirement anytime soon. Since there's
no way to test new versions now, it doesn't make any sense to be a
maintainer here for now.
Diffstat (limited to 'pkgs/applications/networking/remote/citrix-workspace')
-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 0437a108d893e..fcd8a80cff4d6 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; [ ma27 ];
+    maintainers = with maintainers; [ ];
     inherit homepage;
   };
 }