diff options
Diffstat (limited to 'main/tcpflow/APKBUILD')
-rw-r--r-- | main/tcpflow/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/tcpflow/APKBUILD b/main/tcpflow/APKBUILD index 9b273f78fa..bce3ef12b7 100644 --- a/main/tcpflow/APKBUILD +++ b/main/tcpflow/APKBUILD @@ -6,7 +6,7 @@ pkgrel=3 pkgdesc="A Tool for monitoring, capturing and storing TCP connections flows" url="https://github.com/simsong/tcpflow" arch="all" -license="GPL3" +license="GPL-3.0" depends="" makedepends="libpcap-dev zlib-dev boost-dev libressl-dev autoconf automake" install="" |