about summary refs log tree commit diff
path: root/pkgs/tools/security/nmap/qt.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/security/nmap/qt.nix')
-rw-r--r--pkgs/tools/security/nmap/qt.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/security/nmap/qt.nix b/pkgs/tools/security/nmap/qt.nix
index 56ebc5db62130..956649088ff38 100644
--- a/pkgs/tools/security/nmap/qt.nix
+++ b/pkgs/tools/security/nmap/qt.nix
@@ -54,7 +54,7 @@ stdenv.mkDerivation rec {
   meta = with lib; {
     description = "Qt frontend for nmap";
     mainProgram = "nmapsi4";
-    license = licenses.gpl2;
+    license = licenses.gpl2Plus;
     maintainers = with maintainers; [ peterhoeg ];
     inherit (src.meta) homepage;
   };