diff options
author | Cem Keylan <cem@ckyln.com> | 2021-09-07 13:22:24 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-09-07 13:22:24 +0300 |
commit | df598691d1f86be8a5998a988524fe219195ad35 (patch) | |
tree | 97cde3c7049ae72e741c5f082a6110596502ffb6 | |
parent | 4c347c195e136adf370454b8043bd83c81aa2563 (diff) | |
download | repository-df598691d1f86be8a5998a988524fe219195ad35.tar.gz |
argp: make license identifier compatible with SPDX Specification
-rw-r--r-- | extra/argp/meta | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/argp/meta b/extra/argp/meta index 5d7f7dbf..dce14d06 100644 --- a/extra/argp/meta +++ b/extra/argp/meta @@ -1,3 +1,3 @@ description: standalone argp implementation for musl libc -license: LGPL-2.1+ +license: LGPL-2.1-or-later maintainer: Cem Keylan <cem@carbslinux.org> |