diff options
Diffstat (limited to 'community/monkey/APKBUILD')
-rw-r--r-- | community/monkey/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/monkey/APKBUILD b/community/monkey/APKBUILD index 9c775281fd..4599053246 100644 --- a/community/monkey/APKBUILD +++ b/community/monkey/APKBUILD @@ -7,7 +7,7 @@ pkgrel=2 pkgdesc="Monkey is a lightweight and powerful web server" url="http://monkey-project.com/" arch="all" -license="ASL 2.0" +license="Apache-2.0" makedepends="cmake jemalloc-dev bash mbedtls-dev findutils" subpackages="$pkgname-doc $pkgname-dev" source="http://monkey-project.com/releases/1.6/$pkgname-$pkgver.tar.gz" |