summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnthony Wang2021-12-04 20:58:50 -0600
committerAnthony Wang2021-12-04 20:58:50 -0600
commitf79ac50cb9236d0a7590cac20c9fc61e6b67afa0 (patch)
tree114dd76d2a9bd62743ac325a05f2f79900b9108e
parent427ac28636d95f547704a82090876a86ee1e767e (diff)
downloadaur-f79ac50cb9236d0a7590cac20c9fc61e6b67afa0.tar.gz
Update license to BSD
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c94d13a0ec0e..fe18aec51013 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,7 @@ pkgbase = python-simpervisor
pkgrel = 1
url = https://github.com/yuvipanda/simpervisor
arch = any
- license = unknown
+ license = BSD
makedepends = python-setuptools
depends = python
source = https://files.pythonhosted.org/packages/source/s/simpervisor/simpervisor-0.4.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 9316b6cca509..86bb1c81b11d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="Simple async process supervisor"
url="https://github.com/yuvipanda/simpervisor"
depends=('python')
makedepends=('python-setuptools')
-license=('unknown')
+license=('BSD')
arch=('any')
source=("https://files.pythonhosted.org/packages/source/${_module::1}/$_module/$_module-$pkgver.tar.gz")
sha256sums=('cec79e13cdbd6edb04a5c98c1ff8d4bd9713e706c069226909a1ef0e89d393c5')