sparknacl: Convert licenses to SPDX expressions (#252)

This commit is contained in:
onox
2021-02-13 17:00:12 +01:00
committed by GitHub
parent ec5b09119b
commit c6788ef23d
+1 -1
View File
@@ -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"]