diff options
Diffstat (limited to 'testing/numactl/APKBUILD')
-rw-r--r-- | testing/numactl/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/numactl/APKBUILD b/testing/numactl/APKBUILD index 8ce695a01f3..21b0d04286d 100644 --- a/testing/numactl/APKBUILD +++ b/testing/numactl/APKBUILD @@ -6,7 +6,7 @@ pkgdesc="Simple NUMA policy support" url="https://github.com/numactl/numactl" # ARM lacks the __NR_migrate_pages syscall arch="all !armhf" -license="GPL2 LGPL2" +license="GPL-2.0 LGPL-2.0" makedepends="autoconf automake libtool linux-headers" subpackages="$pkgname-dev $pkgname-doc $pkgname-tools" options="!check" |