summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrew O'Neill2024-01-30 21:30:31 -0500
committerAndrew O'Neill2024-01-30 21:30:31 -0500
commit03ee45076f9874a9b750c8a7b1de02c90734a36e (patch)
tree2f6b6cc36a0e928a8b6ecfc4fd149f565a65a9cb /PKGBUILD
parent7e1edd5e8b10f53ed0ab77983eb97cb51bc60251 (diff)
downloadaur-python-circuitbreaker.tar.gz
Update license to use SPDX identifier
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 88eb9f41045b..d0becfd7743a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgrel=1
pkgdesc='Python implementation of the Circuit Breaker pattern'
arch=('x86_64')
url="https://github.com/fabfuel/${_pyname}"
-license=('BSD')
+license=('BSD-3-Clause')
makedepends=('python-setuptools')
depends=('python')
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/refs/tags/${pkgver}.tar.gz")