Commit 645719c0 authored by LucasFA's avatar LucasFA
Browse files

qc71_laptop: rectify meta.platforms

parent 8db79028
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -40,6 +40,6 @@ stdenv.mkDerivation rec {
    homepage = "https://github.com/pobrn/qc71_laptop/";
    license = licenses.gpl2Only;
    maintainers = with maintainers; [ aacebedo ];
    platforms = platforms.linux;
    platforms = [ "x86_64-linux" ];
  };
}