diff options
author | Cem Keylan <cem@ckyln.com> | 2021-09-07 14:24:38 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-09-07 14:24:38 +0300 |
commit | a718287d8eaee1f3531e5f8b0774fec93b391433 (patch) | |
tree | e9fcee2e8f7d52333778a649dacc3d3984f61745 | |
parent | d8b5f1c156a1e21a625ed44129cff2951e1537fb (diff) | |
download | repository-a718287d8eaee1f3531e5f8b0774fec93b391433.tar.gz |
bzip2: make license identifier compatible with SPDX Specification
-rw-r--r-- | core/bzip2/meta | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/bzip2/meta b/core/bzip2/meta index 2fd9e2c5..716cbd1c 100644 --- a/core/bzip2/meta +++ b/core/bzip2/meta @@ -1,3 +1,3 @@ description: Data compressor -license: bzip2 license +license: bzip2-1.0.8 maintainer: Cem Keylan <cem@carbslinux.org> |