git » python-secretstorage.git » commit d4a79c4

Change to SPDX license identifier

author loqs
2024-03-12 22:50:43 UTC
committer loqs
2024-03-12 22:50:43 UTC
parent 7d1febfc4a9f703e64f8a94364128ba44914153e

Change to SPDX license identifier

https://github.com/mitya57/secretstorage/blob/3.3.3/LICENSE

PKGBUILD +1 -1

diff --git a/PKGBUILD b/PKGBUILD
index 90a7762..03993a3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ pkgrel=2
 pkgdesc="Securely store passwords and other private data using the SecretService DBus API"
 arch=('any')
 url="https://github.com/mitya57/secretstorage"
-license=('BSD')
+license=('BSD-3-Clause')
 depends=('python-cryptography' 'python-jeepney')
 makedepends=('python-setuptools' 'python-build' 'python-installer' 'python-wheel')
 checkdepends=('org.freedesktop.secrets' 'xorg-server-xvfb')