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
This commit is contained in:
Alyssa Ross 2021-11-08 13:37:46 +00:00
parent c11d08f023
commit 9102043eff
No known key found for this signature in database
GPG Key ID: F9DBED4859B271C0

View File

@ -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 ];
};