citrix_workspace: pmenke wants to take over

See https://discourse.nixos.org/t/citrix-workspace-installation/9777/6
This commit is contained in:
Maximilian Bosch
2021-03-04 20:06:08 +01:00
parent 55a6de83dd
commit 1a2ee59f51
2 changed files with 11 additions and 1 deletions

View File

@@ -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;
};
}