Adopt SPDX identifiers for license fields

This commit is contained in:
Manuel 2024-07-21 07:32:40 +02:00
parent eba1c23557
commit 11bc0efca1
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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')