diff options
author | Cem Keylan <cem@ckyln.com> | 2021-09-07 13:36:36 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-09-07 13:36:36 +0300 |
commit | 5a3d08e6412ec16479a53821d9949cb386de482f (patch) | |
tree | e2eaf22f65bdd2dd78a1a2528f808f4a48657111 | |
parent | ecffe806379b5cacc5b2f7860a22b7e88894aff4 (diff) | |
download | repository-5a3d08e6412ec16479a53821d9949cb386de482f.tar.gz |
shellcheck-bin: make license identifier compatible with SPDX Specification
-rw-r--r-- | extra/shellcheck-bin/meta | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/shellcheck-bin/meta b/extra/shellcheck-bin/meta index 64ad3ddd..6a2679f9 100644 --- a/extra/shellcheck-bin/meta +++ b/extra/shellcheck-bin/meta @@ -1,3 +1,3 @@ description: Static analysis tool for shell scripts -license: GPL-3.0+ +license: GPL-3.0-or-later maintainer: Cem Keylan <cem@carbslinux.org> |