aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichał Polański <michal@polanski.me>2020-08-01 03:32:28 +0200
committerLeo <thinkabit.ukim@gmail.com>2020-08-01 08:41:58 +0000
commit7eb881f8f0855cbefba212595b7a4ed4529b507d (patch)
tree02a4464b42015f4996ad640a7ecdc11e8aa88141
parent5ce2e7c11859a09d9fafd0d0d7361e69bc308bad (diff)
main/dnstop: use SPDX license identifier
-rw-r--r--main/dnstop/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/dnstop/APKBUILD b/main/dnstop/APKBUILD
index 5c4c9278f63..1a1d2ce5eff 100644
--- a/main/dnstop/APKBUILD
+++ b/main/dnstop/APKBUILD
@@ -2,11 +2,11 @@
# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
pkgname=dnstop
pkgver=20140915
-pkgrel=3
+pkgrel=4
pkgdesc="A DNS traffic capture utility"
url="http://dns.measurement-factory.com/tools/dnstop/"
arch="all"
-license="BSD"
+license="BSD-3-Clause"
depends=""
depends_dev=""
makedepends="libpcap-dev ncurses-dev"