diff options
author | Cem Keylan <cem@ckyln.com> | 2021-09-07 13:32:30 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-09-07 13:32:30 +0300 |
commit | 20fc5bd95a80b5355292203d005737d67da7175d (patch) | |
tree | 1d49259606b3be63811099245a220d4efc24a272 /extra/nettle | |
parent | 5e49cc913702c87633ea04f46f2893e456e0b102 (diff) | |
download | repository-20fc5bd95a80b5355292203d005737d67da7175d.tar.gz |
nettle: make license identifier compatible with SPDX Specification
Diffstat (limited to 'extra/nettle')
-rw-r--r-- | extra/nettle/meta | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/nettle/meta b/extra/nettle/meta index 420307c7..8e05aed3 100644 --- a/extra/nettle/meta +++ b/extra/nettle/meta @@ -1,3 +1,3 @@ description: Low-level cryptographic library -license: GPL-2.0+, GPL-3.0+ +license: GPL-2.0-or-later, GPL-3.0-or-later, LGPL-3.0-or-later maintainer: Cem Keylan <cem@carbslinux.org> |