Merge pull request #114910 from Ma27/citrix-maintainership

citrix_workspace: remove myself (ma27) from maintainer list
This commit is contained in:
Maximilian Bosch
2021-03-04 21:35:51 +01:00
committed by GitHub
2 changed files with 11 additions and 1 deletions
@@ -202,7 +202,7 @@ stdenv.mkDerivation rec {
license = licenses.unfree;
description = "Citrix Workspace";
platforms = platforms.linux;
maintainers = with maintainers; [ ma27 ];
maintainers = with maintainers; [ pmenke ];
inherit homepage;
};
}