diff options
Diffstat (limited to 'community/asio/APKBUILD')
-rw-r--r-- | community/asio/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/asio/APKBUILD b/community/asio/APKBUILD index bf5e8f22c65..9f8116678c5 100644 --- a/community/asio/APKBUILD +++ b/community/asio/APKBUILD @@ -6,7 +6,7 @@ pkgrel=1 pkgdesc="A cross-platform C++ library for network programming" url="https://think-async.com" arch="all" -license="Boost" +license="BSL-1.0" depends="" depends_dev="boost-dev libressl-dev" makedepends="$depends_dev" |