about summary refs log tree commit diff
path: root/pkgs/tools/system/s-tui/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/system/s-tui/default.nix')
-rw-r--r--pkgs/tools/system/s-tui/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/system/s-tui/default.nix b/pkgs/tools/system/s-tui/default.nix
index 5867670424d55..6a8e5ec0be19f 100644
--- a/pkgs/tools/system/s-tui/default.nix
+++ b/pkgs/tools/system/s-tui/default.nix
@@ -29,7 +29,7 @@ python3Packages.buildPythonPackage rec {
   meta = with lib; {
     homepage = "https://amanusk.github.io/s-tui/";
     description = "Stress-Terminal UI monitoring tool";
-    license = licenses.gpl2;
+    license = licenses.gpl2Plus;
     maintainers = [ ];
     broken = stdenv.isDarwin; # https://github.com/amanusk/s-tui/issues/49
     mainProgram = "s-tui";