citrix_workspace: remove myself from maintainer's list (#339215)

This commit is contained in:
Aleksana 2024-09-03 20:35:28 +08:00 committed by GitHub
commit b2da5d9ea2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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