diff options
author | TBK <tbk@jjtc.eu> | 2019-04-15 17:13:17 +0200 |
---|---|---|
committer | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-04-16 17:31:11 +0000 |
commit | b56db2c574082de52cee8109469fb5da4cbcb046 (patch) | |
tree | cfae12d6e5dc9c392b6dfc7502e2bb94c9ba0cb6 | |
parent | 9d4584665b92decc72ab2efdab6f51ae0925362b (diff) | |
download | aports-b56db2c574082de52cee8109469fb5da4cbcb046.tar.bz2 aports-b56db2c574082de52cee8109469fb5da4cbcb046.tar.xz |
testing/ufw: clarify license
-rw-r--r-- | testing/ufw/APKBUILD | 2 |
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" |