Adopt SPDX identifiers for license fields
This commit is contained in:
parent
5f7936a6e9
commit
18db425322
2 changed files with 2 additions and 2 deletions
2
.SRCINFO
2
.SRCINFO
|
@ -4,7 +4,7 @@ pkgbase = nginx-mod-form-input
|
|||
pkgrel = 1
|
||||
url = https://github.com/calio/form-input-nginx-module
|
||||
arch = x86_64
|
||||
license = BSD
|
||||
license = BSD-2-Clause
|
||||
makedepends = nginx-src
|
||||
depends = nginx
|
||||
depends = nginx-mod-ndk
|
||||
|
|
2
PKGBUILD
2
PKGBUILD
|
@ -13,7 +13,7 @@ arch=('x86_64')
|
|||
depends=('nginx' 'nginx-mod-ndk')
|
||||
makedepends=('nginx-src')
|
||||
url="https://github.com/calio/$_modname-nginx-module"
|
||||
license=('BSD')
|
||||
license=('BSD-2-Clause')
|
||||
|
||||
source=(
|
||||
https://github.com/vision5/ngx_devel_kit/archive/v$_ndkver/ngx_devel_kit-$_ndkver.tar.gz
|
||||
|
|
Loading…
Add table
Reference in a new issue