Skip to content

Commit

Permalink
Merge pull request #116108 from superherointj/package-system76-firmware
Browse files Browse the repository at this point in the history
system76-firmware: remove aarch64-linux support
  • Loading branch information
SuperSandro2000 committed Mar 26, 2021
2 parents 0e5e1f0 + 786e33a commit a9b3e26
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/os-specific/linux/firmware/system76-firmware/default.nix
Expand Up @@ -29,11 +29,11 @@ rustPlatform.buildRustPackage rec {
done
'';

meta = {
meta = with lib; {
description = "Tools for managing firmware updates for system76 devices";
homepage = "https://github.com/pop-os/system76-firmware";
license = lib.licenses.gpl3;
maintainers = [ lib.maintainers.shlevy ];
platforms = lib.platforms.linux;
license = licenses.gpl3Only;
maintainers = with maintainers; [ shlevy ];
platforms = [ "i686-linux" "x86_64-linux" ];
};
}

0 comments on commit a9b3e26

Please sign in to comment.