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.
This commit is contained in:
Maximilian Bosch 2021-03-03 00:05:41 +01:00
parent 28c0ac19db
commit 55a6de83dd
No known key found for this signature in database
GPG key ID: 091DBF4D1FC46B8E

View file

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