qc71_laptop: rectify meta.platforms (#409101)

authored by

Arne Keller and committed by
GitHub
23ff5a5e 3a0d980c

+1 -1
+1 -1
pkgs/os-specific/linux/qc71_laptop/default.nix
··· 40 40 homepage = "https://github.com/pobrn/qc71_laptop/"; 41 41 license = licenses.gpl2Only; 42 42 maintainers = with maintainers; [ aacebedo ]; 43 - platforms = platforms.linux; 43 + platforms = [ "x86_64-linux" ]; 44 44 }; 45 45 }