diff options
Diffstat (limited to 'system/busybox/APKBUILD')
-rw-r--r-- | system/busybox/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/busybox/APKBUILD b/system/busybox/APKBUILD index 0c09b1126..ead7b4b55 100644 --- a/system/busybox/APKBUILD +++ b/system/busybox/APKBUILD @@ -7,7 +7,7 @@ pkgrel=4 pkgdesc="Size optimized toolbox of many common UNIX utilities" url=http://busybox.net arch="all" -license="GPL2" +license="GPL-2.0-only" makedepends_build="" makedepends_host="linux-headers" makedepends="$makedepends_build $makedepends_host" |