git » python-keyring.git » commit cec4f0a

Use SPDX license

author Rafael Fontenelle
2024-03-07 19:36:05 UTC
committer Jelle van der Waa
2024-04-23 18:59:35 UTC
parent 226daf1557d799e43f5488f6bdd9f1adbd6d1f49

Use SPDX license

PKGBUILD +1 -1

diff --git a/PKGBUILD b/PKGBUILD
index 4f9c457..5a51946 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ pkgrel=2
 pkgdesc='Store and access your passwords safely'
 arch=('any')
 url='https://github.com/jaraco/keyring'
-license=('PSF' 'MIT')
+license=('PSF-2.0' 'MIT')
 depends=('python-jaraco.classes' 'python-secretstorage' 'python-jaraco.functools' 'python-jaraco.context')
 makedepends=('python-build' 'python-installer' 'python-setuptools-scm' 'python-wheel')
 checkdepends=('python-pytest-flake8' 'python-pytest-runner' 'python-pytest-black' 'python-pytest-mypy')