about summary refs log tree commit diff
path: root/pkgs/tools/system/stress/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/system/stress/default.nix')
-rw-r--r--pkgs/tools/system/stress/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/system/stress/default.nix b/pkgs/tools/system/stress/default.nix
index 0334ed757b36a..1f66c26578db0 100644
--- a/pkgs/tools/system/stress/default.nix
+++ b/pkgs/tools/system/stress/default.nix
@@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
 
   meta = with lib; {
     description = "Simple workload generator for POSIX systems. It imposes a configurable amount of CPU, memory, I/O, and disk stress on the system";
-    license = licenses.gpl2;
+    license = licenses.gpl2Plus;
     platforms = platforms.unix;
     mainProgram = "stress";
   };