From c6788ef23dffe60fdb206a6376c230350240706e Mon Sep 17 00:00:00 2001 From: onox Date: Sat, 13 Feb 2021 17:00:12 +0100 Subject: [PATCH] sparknacl: Convert licenses to SPDX expressions (#252) --- index/sp/sparknacl/sparknacl-2.0.0.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index/sp/sparknacl/sparknacl-2.0.0.toml b/index/sp/sparknacl/sparknacl-2.0.0.toml index fe543f2f..62cdc3c7 100644 --- a/index/sp/sparknacl/sparknacl-2.0.0.toml +++ b/index/sp/sparknacl/sparknacl-2.0.0.toml @@ -3,7 +3,7 @@ description = "Verified SPARK 2014 re-implementation of TweetNaCl cryptographic long-description = "SPARK 2014 re-implementation of TweetNaCl cryptographic library, with fully automated proofs of type safety and some correctness properties" version = "2.0.0" tags = ["spark", "cryptography", "security", "nacl", "curve25519", "ed25519", "tweetnacl"] -licenses = ["BSD 2-Clauses"] +licenses = "BSD-2-Clause" website = "https://github.com/rod-chapman/SPARKNaCl" authors = ["Rod Chapman"]