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
No known key found for this signature in database
GPG key ID: 091DBF4D1FC46B8E
2 changed files with 11 additions and 1 deletions

View file

@ -7435,6 +7435,16 @@
githubId = 103822;
name = "Patrick Mahoney";
};
pmenke = {
email = "nixos@pmenke.de";
github = "pmenke-de";
githubId = 898922;
name = "Philipp Menke";
keys = [{
longkeyid = "rsa4096/0xEB7F2D4CCBE23B69";
fingerprint = "ED54 5EFD 64B6 B5AA EC61 8C16 EB7F 2D4C CBE2 3B69";
}];
};
pmeunier = {
email = "pierre-etienne.meunier@inria.fr";
github = "P-E-Meunier";

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