about summary refs log tree commit diff
path: root/pkgs/tools/networking/httperf/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/networking/httperf/default.nix')
-rw-r--r--pkgs/tools/networking/httperf/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/networking/httperf/default.nix b/pkgs/tools/networking/httperf/default.nix
index dca67e7c39a15..54fdb06b6c588 100644
--- a/pkgs/tools/networking/httperf/default.nix
+++ b/pkgs/tools/networking/httperf/default.nix
@@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
     description = "The httperf HTTP load generator";
     homepage = "https://github.com/httperf/httperf";
     maintainers = with maintainers; [ ];
-    license = licenses.gpl2;
+    license = licenses.gpl2Plus;
     platforms = platforms.all;
     mainProgram = "httperf";
   };