Merge pull request #116108 from superherointj/package-system76-firmware

system76-firmware: remove aarch64-linux support

authored by Sandro and committed by GitHub a9b3e262 0e5e1f06

+4 -4
+4 -4
pkgs/os-specific/linux/firmware/system76-firmware/default.nix
··· 29 29 done 30 30 ''; 31 31 32 - meta = { 32 + meta = with lib; { 33 33 description = "Tools for managing firmware updates for system76 devices"; 34 34 homepage = "https://github.com/pop-os/system76-firmware"; 35 - license = lib.licenses.gpl3; 36 - maintainers = [ lib.maintainers.shlevy ]; 37 - platforms = lib.platforms.linux; 35 + license = licenses.gpl3Only; 36 + maintainers = with maintainers; [ shlevy ]; 37 + platforms = [ "i686-linux" "x86_64-linux" ]; 38 38 }; 39 39 }