diff options
Diffstat (limited to 'main/iptables')
-rw-r--r-- | main/iptables/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/iptables/APKBUILD b/main/iptables/APKBUILD index 02b7342eda..df424fa881 100644 --- a/main/iptables/APKBUILD +++ b/main/iptables/APKBUILD @@ -6,7 +6,7 @@ pkgrel=1 pkgdesc="Linux kernel firewall, NAT and packet mangling tools" url="http://www.netfilter.org/projects/iptables/index.html" arch="all" -license="GPL2+" +license="GPL-2.0-or-later" depends_dev="linux-headers" makedepends="$depends_dev libnftnl-dev bison flex autoconf automake" subpackages="ip6tables $pkgname-doc $pkgname-dev" |