git » python-pgpy.git » commit b3b19cc

Change to SPDX license identifier

author loqs
2024-03-11 15:26:47 UTC
committer loqs
2024-04-09 12:36:38 UTC
parent 214cd67ef1efa1139367ead73d5fba0835dffb8e

Change to SPDX license identifier

https://github.com/SecurityInnovation/PGPy/blob/a0e56ff79df37652208002dba9f37e29f451c8ac/LICENSE

PKGBUILD +1 -1

diff --git a/PKGBUILD b/PKGBUILD
index c94d999..927a09e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgver=0.6.0
 pkgrel=3
 pkgdesc='Pretty Good Privacy for Python'
 arch=('any')
-license=('BSD')
+license=('BSD-3-Clause')
 url='https://github.com/SecurityInnovation/PGPy'
 depends=(
   'python'