Adopt SPDX identifiers for license fields
This commit is contained in:
parent
b80b37c3f1
commit
69addce7c9
2 changed files with 2 additions and 2 deletions
2
.SRCINFO
2
.SRCINFO
|
@ -4,7 +4,7 @@ pkgbase = nginx-mod-traffic-accounting
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://github.com/Lax/traffic-accounting-nginx-module
|
url = https://github.com/Lax/traffic-accounting-nginx-module
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
license = BSD
|
license = BSD-2-Clause
|
||||||
makedepends = nginx-src
|
makedepends = nginx-src
|
||||||
depends = nginx
|
depends = nginx
|
||||||
source = https://github.com/Lax/traffic-accounting-nginx-module/archive/v2.0/traffic-accounting-nginx-module-2.0.tar.gz
|
source = https://github.com/Lax/traffic-accounting-nginx-module/archive/v2.0/traffic-accounting-nginx-module-2.0.tar.gz
|
||||||
|
|
2
PKGBUILD
2
PKGBUILD
|
@ -11,7 +11,7 @@ arch=('x86_64')
|
||||||
makedepends=('nginx-src')
|
makedepends=('nginx-src')
|
||||||
depends=('nginx')
|
depends=('nginx')
|
||||||
url="https://github.com/Lax/${_modname}"
|
url="https://github.com/Lax/${_modname}"
|
||||||
license=('BSD')
|
license=('BSD-2-Clause')
|
||||||
|
|
||||||
source=(
|
source=(
|
||||||
"https://github.com/Lax/${_modname}/archive/v${pkgver%%+*}/${_modname}-${pkgver%%+*}.tar.gz"
|
"https://github.com/Lax/${_modname}/archive/v${pkgver%%+*}/${_modname}-${pkgver%%+*}.tar.gz"
|
||||||
|
|
Loading…
Add table
Reference in a new issue