about summary refs log tree commit diff
path: root/pkgs/tools/system/amtterm/default.nix
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2024-05-03 09:08:37 +0200
committerGitHub <noreply@github.com>2024-05-03 09:08:37 +0200
commit2492d65c9548a2463e63ccfaf9b71ac5dfb811c0 (patch)
tree30de824b6b41a78be64eefa105310521516bb49d /pkgs/tools/system/amtterm/default.nix
parentcd8d6c07dac3cfb58dc01b4aa90017150f3f8ced (diff)
parentce3f5867754f15cafe53142b61f4335790036146 (diff)
Merge pull request #306973 from Lurkki14/gpl2-pkgs-tools
pkgs/tools: remove licenses.gpl2
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;
     };
 })