diff options
Diffstat (limited to 'community/wrk/APKBUILD')
-rw-r--r-- | community/wrk/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/wrk/APKBUILD b/community/wrk/APKBUILD index 9948264570..6a75799277 100644 --- a/community/wrk/APKBUILD +++ b/community/wrk/APKBUILD @@ -8,7 +8,7 @@ pkgdesc="wrk is a modern HTTP benchmarking tool" url="https://github.com/wg/wrk" # requires -march=i586 to build on x86 arch="x86_64" -license="ASL 2.0" +license="Apache-2.0" depends="" depends_dev="" options="!check" # upstream does not provide tests |