diff options
Diffstat (limited to 'testing/kexec-tools/APKBUILD')
-rw-r--r-- | testing/kexec-tools/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/kexec-tools/APKBUILD b/testing/kexec-tools/APKBUILD index fab9be8f81..34735101b8 100644 --- a/testing/kexec-tools/APKBUILD +++ b/testing/kexec-tools/APKBUILD @@ -6,7 +6,7 @@ pkgrel=0 pkgdesc="Directly boot into a new kernel over a currently running one" url="https://kernel.org/pub/linux/utils/kernel/kexec/" arch="x86_64" -license="GPL2" +license="GPL-2.0" depends="xz zlib" makedepends="zlib-dev xz-dev linux-headers" subpackages="$pkgname-doc" |