Commit d37b21ab authored by Michael Adler's avatar Michael Adler
Browse files

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).
parent b833ff01
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;
  };
}