summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSilvio Fricke2024-03-08 08:57:41 +0100
committerSilvio Fricke2024-03-08 08:57:41 +0100
commitc42ec1312d8c6b280af4f26eeb0df704c9d9828e (patch)
treeed4ed88967d5a8728a0bf099f5f4345e346bb33f
parent4b517303d4ed642af1fb3872088b6b88023d6fac (diff)
downloadaur-c42ec1312d8c6b280af4f26eeb0df704c9d9828e.tar.gz
Switch license from AGPL3 to GPL-3.0-only
The license change was done in year 2015. Signed-off-by: Silvio Fricke <silvio.fricke@gmail.com>
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6438721c60bc..1ad81f32cd70 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgver=0.9.0
pkgrel=1
url='https://shellcheck.net'
pkgdesc='Shell script analysis tool (binary release, static)'
-license=(AGPL3)
+license=(GPL-3.0-only)
arch=(x86_64 armv6h aarch64)
conflicts=(
"shellcheck"