aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2018-01-20 13:12:37 +0100
committerJakub Jirutka <jakub@jirutka.cz>2018-01-20 13:12:37 +0100
commita531a8e8e576210456d2b53134077892d66a6b8b (patch)
tree640ba37c4f74d4ef47456b403153e458d2d361ad
parenta39bcc66252c5a020ed939203fb4fff6c318777d (diff)
downloadaports-a531a8e8e576210456d2b53134077892d66a6b8b.tar.bz2
aports-a531a8e8e576210456d2b53134077892d66a6b8b.tar.xz
main/unbound: clarify license
-rw-r--r--main/unbound/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/unbound/APKBUILD b/main/unbound/APKBUILD
index 22f8253cb5..fe7915cfcf 100644
--- a/main/unbound/APKBUILD
+++ b/main/unbound/APKBUILD
@@ -7,7 +7,7 @@ pkgrel=0
pkgdesc="Unbound is a validating, recursive, and caching DNS resolver"
url="http://unbound.net/"
arch="all"
-license="BSD"
+license="BSD-3-Clause"
depends="dnssec-root"
depends_dev="libressl-dev expat-dev ldns-dev libevent-dev"
makedepends="$depends_dev python2-dev swig linux-headers"