Unverified Commit 147b16e0 authored by Stanisław Pitucha's avatar Stanisław Pitucha Committed by GitHub
Browse files

Merge pull request #220430 from viraptor/cryptomator-intel

cryptomator: mark as working on intel only
parents 4647cfe2 9ebf2623
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -116,6 +116,6 @@ in stdenv.mkDerivation rec {
    ];
    license = licenses.gpl3Plus;
    maintainers = with maintainers; [ bachp ];
    platforms = platforms.linux;
    platforms = [ "x86_64-linux" ];
  };
}