Commit 8c75228e authored by pmenke's avatar pmenke
Browse files

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.
parent b874fb56
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
  };
}