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:
parent
28c0ac19db
commit
55a6de83dd
1 changed files with 1 additions and 1 deletions
|
@ -202,7 +202,7 @@ stdenv.mkDerivation rec {
|
||||||
license = licenses.unfree;
|
license = licenses.unfree;
|
||||||
description = "Citrix Workspace";
|
description = "Citrix Workspace";
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = with maintainers; [ ma27 ];
|
maintainers = with maintainers; [ ];
|
||||||
inherit homepage;
|
inherit homepage;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue