aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTBK <tbk@jjtc.eu>2019-04-15 17:13:17 +0200
committerKevin Daudt <kdaudt@alpinelinux.org>2019-04-16 17:31:11 +0000
commitb56db2c574082de52cee8109469fb5da4cbcb046 (patch)
treecfae12d6e5dc9c392b6dfc7502e2bb94c9ba0cb6
parent9d4584665b92decc72ab2efdab6f51ae0925362b (diff)
downloadaports-b56db2c574082de52cee8109469fb5da4cbcb046.tar.bz2
aports-b56db2c574082de52cee8109469fb5da4cbcb046.tar.xz
testing/ufw: clarify license
-rw-r--r--testing/ufw/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/ufw/APKBUILD b/testing/ufw/APKBUILD
index 6305fcf7dc..7126524a0b 100644
--- a/testing/ufw/APKBUILD
+++ b/testing/ufw/APKBUILD
@@ -8,7 +8,7 @@ pkgrel=1
pkgdesc='Uncomplicated CLI tool managing a netfilter firewall'
url='https://launchpad.net/ufw'
arch='noarch'
-license='GPL'
+license="GPL-3.0-or-later"
depends="iptables ip6tables python2"
makedepends=''
subpackages="$pkgname-doc"