aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--main/lz4/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/lz4/APKBUILD b/main/lz4/APKBUILD
index 73fcd4253a..afa11313cf 100644
--- a/main/lz4/APKBUILD
+++ b/main/lz4/APKBUILD
@@ -6,7 +6,7 @@ pkgrel=0
pkgdesc="LZ4 is lossless compression algorithm with fast decoder @ multiple GB/s per core."
url="https://github.com/lz4/lz4"
arch="all"
-license="BSD"
+license="BSD-2-Clause GPL-2.0-only"
checkdepends="diffutils"
subpackages="$pkgname-dev $pkgname-doc $pkgname-libs $pkgname-tests:tests"
source="$pkgname-$pkgver.tar.gz::https://github.com/$pkgname/$pkgname/archive/v$pkgver.tar.gz"