diff options
Diffstat (limited to 'main/ccache')
-rw-r--r-- | main/ccache/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/ccache/APKBUILD b/main/ccache/APKBUILD index a19439a332..725a500316 100644 --- a/main/ccache/APKBUILD +++ b/main/ccache/APKBUILD @@ -5,7 +5,7 @@ pkgrel=0 pkgdesc="A fast C/C++ compiler cache" url="http://ccache.samba.org/" arch="all" -license="GPL3+" +license="GPL-3.0-or-later" makedepends="zlib-dev" subpackages="$pkgname-doc" source="http://samba.org/ftp/$pkgname/$pkgname-$pkgver.tar.xz" |