citrix_workspace: remove myself from maintainer list

I'm no longer able to test new versions of this package, as I no longer have access to any citrix infrastructure.
This commit is contained in:
pmenke 2023-09-12 18:58:28 +02:00
parent b874fb56d0
commit 8c75228eab

View file

@ -216,7 +216,7 @@ stdenv.mkDerivation rec {
description = "Citrix Workspace";
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
platforms = platforms.linux;
maintainers = with maintainers; [ pmenke michaeladler ];
maintainers = with maintainers; [ michaeladler ];
inherit homepage;
};
}