aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTBK <tbk@jjtc.eu>2019-04-12 15:11:39 +0200
committerLeonardo Arena <rnalrd@alpinelinux.org>2019-04-15 11:52:07 +0000
commitb461c7fe9c768bf60e1519793af76973282f890a (patch)
tree9eaffd18eba57af86a3127ccfc34596041410777
parentc1abbabf9fe6e65557564cf9cd315bcf609fafaa (diff)
downloadaports-b461c7fe9c768bf60e1519793af76973282f890a.tar.bz2
aports-b461c7fe9c768bf60e1519793af76973282f890a.tar.xz
main/oniguruma: clarify license
-rw-r--r--main/oniguruma/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/oniguruma/APKBUILD b/main/oniguruma/APKBUILD
index 618fe36013..5363c719db 100644
--- a/main/oniguruma/APKBUILD
+++ b/main/oniguruma/APKBUILD
@@ -6,7 +6,7 @@ pkgrel=0
pkgdesc="a regular expressions library"
url="http://www.geocities.jp/kosako3/oniguruma/"
arch="all"
-license="BSD"
+license="BSD-2-Clause"
makedepends="automake autoconf libtool"
subpackages="$pkgname-dev"
source="$pkgname-$pkgver.tar.gz::https://github.com/kkos/$pkgname/archive/v$pkgver.tar.gz"