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

[Backport release-25.05] qc71_laptop: rectify meta.platforms (#409105)

parents a36016bd 302622d3
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" ];
  };
}