diff options
author | Cem Keylan <cem@ckyln.com> | 2021-09-07 11:24:52 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-09-07 11:24:52 +0300 |
commit | 71ad30ebd3aea49b3aba7570088bf5df094c49e4 (patch) | |
tree | a1cf21f8391c1b81210affc023f31fd821ddd3e0 /core/b3sum | |
parent | b5c2be2ebb68654706dab0bc945acb695b23f31d (diff) | |
download | repository-71ad30ebd3aea49b3aba7570088bf5df094c49e4.tar.gz |
b3sum: make license identifier compatible with SPDX Specification
Diffstat (limited to 'core/b3sum')
-rw-r--r-- | core/b3sum/meta | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/b3sum/meta b/core/b3sum/meta index 39d39862..4fc2acea 100644 --- a/core/b3sum/meta +++ b/core/b3sum/meta @@ -1,3 +1,3 @@ description: Compute BLAKE3 message digests -license: CC0 1.0 +license: CC0-1.0 maintainer: Cem Keylan <cem@carbslinux.org> |