citrix_workspace: remove myself from maintainer's list

I have no way to test this anymore (and luckily, I don't have to use
it anymore).
This commit is contained in:
Michael Adler 2024-09-03 11:29:14 +02:00
parent b833ff01a0
commit d37b21abc3

View File

@ -238,7 +238,7 @@ stdenv.mkDerivation rec {
description = "Citrix Workspace";
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
platforms = [ "x86_64-linux" ] ++ optional (versionOlder version "24") "i686-linux";
maintainers = with maintainers; [ michaeladler ];
maintainers = [ ];
inherit homepage;
};
}