summary refs log tree commit diff
path: root/pkgs/os-specific/linux/firmware
diff options
context:
space:
mode:
authorsuperherointj <5861043+superherointj@users.noreply.github.com>2021-03-24 15:12:19 -0300
committersuperherointj <5861043+superherointj@users.noreply.github.com>2021-03-24 15:12:19 -0300
commit786e33a760a0f82e8810ae71f561dc0bbfe307a7 (patch)
tree7e35a8ea6b353fdb8d97810edcaf75fb3fe30917 /pkgs/os-specific/linux/firmware
parent80071e710221cc62fec10ae12ea833b08dce0637 (diff)
downloadnixpkgs-786e33a760a0f82e8810ae71f561dc0bbfe307a7.tar
nixpkgs-786e33a760a0f82e8810ae71f561dc0bbfe307a7.tar.gz
nixpkgs-786e33a760a0f82e8810ae71f561dc0bbfe307a7.tar.bz2
nixpkgs-786e33a760a0f82e8810ae71f561dc0bbfe307a7.tar.lz
nixpkgs-786e33a760a0f82e8810ae71f561dc0bbfe307a7.tar.xz
nixpkgs-786e33a760a0f82e8810ae71f561dc0bbfe307a7.tar.zst
nixpkgs-786e33a760a0f82e8810ae71f561dc0bbfe307a7.zip
system76-firmware: remove aarch64-linux support
Diffstat (limited to 'pkgs/os-specific/linux/firmware')
-rw-r--r--pkgs/os-specific/linux/firmware/system76-firmware/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/os-specific/linux/firmware/system76-firmware/default.nix b/pkgs/os-specific/linux/firmware/system76-firmware/default.nix
index a5722d59c25..138fea042fc 100644
--- a/pkgs/os-specific/linux/firmware/system76-firmware/default.nix
+++ b/pkgs/os-specific/linux/firmware/system76-firmware/default.nix
@@ -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" ];
   };
 }