aboutsummaryrefslogtreecommitdiffstats
path: root/main/gdnsd
diff options
context:
space:
mode:
authorSören Tempel <soeren+git@soeren-tempel.net>2015-09-30 16:28:24 +0200
committerNatanael Copa <ncopa@alpinelinux.org>2015-10-03 13:19:51 +0200
commit53679caf4fa9cfa393975176fe5d544dfd4e5ce6 (patch)
tree4cdd26b350b65184584140710439cb89403ef51f /main/gdnsd
parent4ef580f1c1122584303ea30ff9e5725efe426fa9 (diff)
downloadaports-53679caf4fa9cfa393975176fe5d544dfd4e5ce6.tar.bz2
aports-53679caf4fa9cfa393975176fe5d544dfd4e5ce6.tar.xz
don't prefix GPL version number with a dash
This conforms to wiki documentation regarding package creation: http://wiki.alpinelinux.org/wiki/Creating_an_Alpine_package#license
Diffstat (limited to 'main/gdnsd')
-rw-r--r--main/gdnsd/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/gdnsd/APKBUILD b/main/gdnsd/APKBUILD
index 2e8df069ac..175d1f6123 100644
--- a/main/gdnsd/APKBUILD
+++ b/main/gdnsd/APKBUILD
@@ -6,7 +6,7 @@ pkgrel=1
pkgdesc="Geographic Authoritative DNS server"
url="https://github.com/blblack/gdnsd/"
arch="all"
-license="GPL-3"
+license="GPL3"
depends=""
depends_dev=""
makedepends="userspace-rcu-dev libev-dev libcap-dev ragel autoconf automake libtool"