about summary refs log tree commit diff
path: root/pkgs/tools/networking/libnids/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/networking/libnids/default.nix')
-rw-r--r--pkgs/tools/networking/libnids/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/networking/libnids/default.nix b/pkgs/tools/networking/libnids/default.nix
index e6df2850a1c9c..97edccfea1731 100644
--- a/pkgs/tools/networking/libnids/default.nix
+++ b/pkgs/tools/networking/libnids/default.nix
@@ -23,7 +23,7 @@ stdenv.mkDerivation {
   meta = with lib; {
     description = "An E-component of Network Intrusion Detection System which emulates the IP stack of Linux 2.0.x";
     homepage = "https://libnids.sourceforge.net/";
-    license = licenses.gpl2;
+    license = licenses.gpl2Only;
     maintainers = [ maintainers.symphorien ];
     # probably also bsd and solaris
     platforms = platforms.linux;