diff options
author | Ivan Shapovalov | 2024-10-27 19:59:13 +0300 |
---|---|---|
committer | Ivan Shapovalov | 2024-10-27 19:59:13 +0300 |
commit | b47a2d02e772e0a43a147ccab0b8986d8a30a6ed (patch) | |
tree | 143bce19bb2c208e9acc02a7475b303deea162a2 | |
parent | 02c790e2181b7c3a2b18553390f01bd9a7a88a76 (diff) | |
download | aur-k3s-git.tar.gz |
k3s-git: set license=(Apache-2.0) to use an SPDX identifier
-rw-r--r-- | .SRCINFO | 2 | ||||
-rw-r--r-- | PKGBUILD | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -4,7 +4,7 @@ pkgbase = k3s-git pkgrel = 1 url = https://k3s.io arch = x86_64 - license = Apache + license = Apache-2.0 makedepends = git makedepends = podman provides = k3s @@ -6,7 +6,7 @@ pkgrel=1 pkgdesc='Lightweight Kubernetes' arch=(x86_64) url='https://k3s.io' -license=(Apache) +license=(Apache-2.0) makedepends=( git podman # these are (some of) the tools that are installed into the "builder" |