git » python-boolean.py.git » commit e55a2b1

Switch to correct SPDX license identifier

author David Runge
2024-04-03 17:30:43 UTC
committer David Runge
2024-04-03 17:30:43 UTC
parent a09b79db2513228d67c1452824c027748345043f

Switch to correct SPDX license identifier

Signed-off-by: David Runge <dvzrv@archlinux.org>

PKGBUILD +1 -1

diff --git a/PKGBUILD b/PKGBUILD
index 61e7156..1dab76d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgrel=2
 pkgdesc='Implements boolean algebra in one module'
 arch=('any')
 url='https://github.com/bastikr/boolean.py'
-license=('BSD')
+license=('BSD-2-Clause')
 depends=('python')
 makedepends=('git' 'python-setuptools')
 checkdepends=('python-pytest')