diff options
author | prspkt <prspkt@protonmail.com> | 2019-06-08 16:40:19 +0300 |
---|---|---|
committer | prspkt <prspkt@protonmail.com> | 2019-06-08 16:40:19 +0300 |
commit | 956c729a70e904f4956741e9edabceac4f2e4089 (patch) | |
tree | a3efb333627fe17c3af553162ba3541a5161de2c /community/pdns-recursor/APKBUILD | |
parent | beaddd050e58ead0397f66e0f411c1cc4be40279 (diff) | |
download | aports-956c729a70e904f4956741e9edabceac4f2e4089.tar.bz2 aports-956c729a70e904f4956741e9edabceac4f2e4089.tar.xz |
community/pdns-recursor: clarify license
Fixes #10536
Diffstat (limited to 'community/pdns-recursor/APKBUILD')
-rw-r--r-- | community/pdns-recursor/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/pdns-recursor/APKBUILD b/community/pdns-recursor/APKBUILD index 8c15058901..aefc0446e9 100644 --- a/community/pdns-recursor/APKBUILD +++ b/community/pdns-recursor/APKBUILD @@ -6,7 +6,7 @@ pkgrel=0 pkgdesc="PowerDNS Recursive Server" url="https://www.powerdns.com/" arch="all !s390x" -license="GPL-2.0-or-later" +license="GPL-2.0-only" depends="dns-root-hints" makedepends="boost-dev botan-dev openssl-dev libsodium-dev lua5.1-dev net-snmp-dev protobuf-dev" install="$pkgname.pre-install" |