use SPDX license identifier

This commit is contained in:
Levente Polyak
2025-05-25 14:25:24 +02:00
parent d34b34bf20
commit 7f459138a3
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ pkgbase = caddy
pkgrel = 2
url = https://github.com/caddyserver/caddy
arch = x86_64
license = Apache
license = Apache-2.0
makedepends = go
makedepends = git
depends = glibc

View File

@ -12,7 +12,7 @@ pkgrel=2
pkgdesc='Fast web server with automatic HTTPS'
url='https://github.com/caddyserver/caddy'
arch=('x86_64')
license=('Apache')
license=(Apache-2.0)
depends=('glibc')
makedepends=('go' 'git')
backup=('etc/caddy/Caddyfile')