Unverified Commit b2da5d9e authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

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

parents 8e7409e0 d37b21ab
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
  };
}