diff options
Diffstat (limited to 'community/nuttcp/APKBUILD')
-rw-r--r-- | community/nuttcp/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/nuttcp/APKBUILD b/community/nuttcp/APKBUILD index 742f646ccdc..4a47a39936d 100644 --- a/community/nuttcp/APKBUILD +++ b/community/nuttcp/APKBUILD @@ -6,7 +6,7 @@ pkgrel=0 pkgdesc="A network performance measurement tool" url="http://www.nuttcp.net" arch="all" -license="GPL2" +license="GPL-2.0" makedepends="linux-headers" source="http://nuttcp.net/nuttcp/nuttcp-$pkgver/nuttcp-$pkgver.c" builddir="$srcdir" |