diff options
author | Cem Keylan <cem@ckyln.com> | 2021-09-07 13:38:52 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-09-07 13:38:52 +0300 |
commit | ae0f49f48457368aeef0cc4fe34e2a2fa2cab202 (patch) | |
tree | 4e6db89776ec6d391e9b9fb9f8af7c1c17cfad3e | |
parent | 90e01d399c449b23f49e9805f4116bd119eed574 (diff) | |
download | repository-ae0f49f48457368aeef0cc4fe34e2a2fa2cab202.tar.gz |
zsh: make license identifier compatible with SPDX Specification
-rw-r--r-- | extra/zsh/meta | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/zsh/meta b/extra/zsh/meta index 86c0b808..3f2e735b 100644 --- a/extra/zsh/meta +++ b/extra/zsh/meta @@ -1,3 +1,3 @@ description: Z Shell -license: MIT, GPL-3.0+ +license: MIT, GPL-3.0-or-later maintainer: Cem Keylan <cem@carbslinux.org> |