From 10a7df9ef17f24ef2db06a6f3f90c0aaaa03bff1 Mon Sep 17 00:00:00 2001 From: TBK <tbk@jjtc.eu> Date: Fri, 1 Jan 2021 17:17:00 +0100 Subject: [PATCH] community/emscripten-fastcomp: use SPDX license identifier --- community/emscripten-fastcomp/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/community/emscripten-fastcomp/APKBUILD b/community/emscripten-fastcomp/APKBUILD index c8b6ed8af853..1c4ab7ad26d5 100644 --- a/community/emscripten-fastcomp/APKBUILD +++ b/community/emscripten-fastcomp/APKBUILD @@ -12,7 +12,7 @@ pkgrel=1 pkgdesc="The Clang + LLVM backend for Emscripten" url="https://emscripten.org/" arch="all" -license="UOI-NCSA" +license="NCSA" depends="python3" makedepends="cmake zlib-dev" source="emscripten-fastcomp-$pkgver.tar.gz::https://github.com/emscripten-core/emscripten-fastcomp/archive/$pkgver.tar.gz -- GitLab