about summary refs log tree commit diff
path: root/pkgs/tools/system/amtterm/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/system/amtterm/default.nix')
-rw-r--r--pkgs/tools/system/amtterm/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/system/amtterm/default.nix b/pkgs/tools/system/amtterm/default.nix
index 6ec57c253e892..1dd26e5b3c1b0 100644
--- a/pkgs/tools/system/amtterm/default.nix
+++ b/pkgs/tools/system/amtterm/default.nix
@@ -21,7 +21,7 @@ stdenv.mkDerivation (finalAttrs: {
   meta = with lib;
     { description = "Intel AMTĀ® SoL client + tools";
       homepage = "https://www.kraxel.org/cgit/amtterm/";
-      license = licenses.gpl2;
+      license = licenses.gpl2Plus;
       platforms = platforms.linux;
     };
 })