Adopt SPDX identifiers for license fields
This commit is contained in:
parent
eba1c23557
commit
11bc0efca1
2 changed files with 2 additions and 2 deletions
2
.SRCINFO
2
.SRCINFO
|
@ -10,7 +10,7 @@ pkgbase = firefox-syncstorage
|
|||
arch = armv6h
|
||||
arch = armv7h
|
||||
arch = aarch64
|
||||
license = MPL2
|
||||
license = MPL-2.0
|
||||
makedepends = rust
|
||||
makedepends = cmake
|
||||
makedepends = pkgconf
|
||||
|
|
2
PKGBUILD
2
PKGBUILD
|
@ -10,7 +10,7 @@ pkgrel=1
|
|||
pkgdesc='Sync storage server with built-in token server for running a self-hosted firefox sync server'
|
||||
arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h' 'aarch64')
|
||||
url="https://github.com/mozilla-services/${_pkgname}"
|
||||
license=('MPL2')
|
||||
license=('MPL-2.0')
|
||||
depends=('openssl' 'python-fxa' 'python-tokenlib')
|
||||
makedepends=('rust' 'cmake' 'pkgconf' 'mariadb-libs')
|
||||
optdepends=('mysql: for use with a local database server')
|
||||
|
|
Loading…
Reference in a new issue