diff options
author | newpavlov <newpavlov@gmail.com> | 2018-10-17 20:04:59 +0300 |
---|---|---|
committer | newpavlov <newpavlov@gmail.com> | 2018-10-17 20:04:59 +0300 |
commit | fe349eaa4eb0c9d7c33d985e080fd4bb827b5743 (patch) | |
tree | 191321bf21ab73e4aaa3b0b913febcab469fedf0 /spake2 | |
parent | 91ac138ebfe32dc52123816c73c960a436baf0e4 (diff) | |
download | PAKEs-fe349eaa4eb0c9d7c33d985e080fd4bb827b5743.tar.xz |
replaced / with OR in license fields
Diffstat (limited to 'spake2')
-rw-r--r-- | spake2/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spake2/Cargo.toml b/spake2/Cargo.toml index 1c43ba8..fa59070 100644 --- a/spake2/Cargo.toml +++ b/spake2/Cargo.toml @@ -6,7 +6,7 @@ description = "The SPAKE2 password-authenticated key-exchange algorithm." documentation = "https://docs.rs/spake2" homepage = "https://github.com/RustCrypto/PAKEs" repository = "https://github.com/RustCrypto/PAKEs" -license = "MIT/Apache-2.0" +license = "MIT OR Apache-2.0" keywords = ["crypto", "pake", "authentication"] categories = ["cryptography", "authentication"] exclude = [ |