summary refs log tree commit diff
path: root/pkgs/os-specific/linux/nftables
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2021-11-08 13:37:46 +0000
committerAlyssa Ross <hi@alyssa.is>2021-11-08 13:55:52 +0000
commit9102043eff76bf470b3180599a84e8f1fd9f1a35 (patch)
tree39fb69f2014d90d56ef41ea098994b4ab2d627f7 /pkgs/os-specific/linux/nftables
parentc11d08f02390aab49e7c22e6d0ea9b176394d961 (diff)
downloadnixpkgs-9102043eff76bf470b3180599a84e8f1fd9f1a35.tar
nixpkgs-9102043eff76bf470b3180599a84e8f1fd9f1a35.tar.gz
nixpkgs-9102043eff76bf470b3180599a84e8f1fd9f1a35.tar.bz2
nixpkgs-9102043eff76bf470b3180599a84e8f1fd9f1a35.tar.lz
nixpkgs-9102043eff76bf470b3180599a84e8f1fd9f1a35.tar.xz
nixpkgs-9102043eff76bf470b3180599a84e8f1fd9f1a35.tar.zst
nixpkgs-9102043eff76bf470b3180599a84e8f1fd9f1a35.zip
nftables: clarify license
> nftables is distributed under the terms of the GPL version 2. Note that
> *only* version 2 of the GPL applies, not "any later version".

https://git.netfilter.org/nftables/tree/COPYING?id=fac10ea799fe9b6158d74f66d6ad46536d38a545
Diffstat (limited to 'pkgs/os-specific/linux/nftables')
-rw-r--r--pkgs/os-specific/linux/nftables/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/os-specific/linux/nftables/default.nix b/pkgs/os-specific/linux/nftables/default.nix
index 73adcd78605..ebca6b2623c 100644
--- a/pkgs/os-specific/linux/nftables/default.nix
+++ b/pkgs/os-specific/linux/nftables/default.nix
@@ -43,7 +43,7 @@ stdenv.mkDerivation rec {
   meta = {
     description = "The project that aims to replace the existing {ip,ip6,arp,eb}tables framework";
     homepage = "https://netfilter.org/projects/nftables/";
-    license = licenses.gpl2;
+    license = licenses.gpl2Only;
     platforms = platforms.linux;
     maintainers = with maintainers; [ izorkin ];
   };