aboutsummaryrefslogtreecommitdiff
path: root/srp
diff options
context:
space:
mode:
Diffstat (limited to 'srp')
-rw-r--r--srp/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/srp/Cargo.toml b/srp/Cargo.toml
index 3708d1c..8916317 100644
--- a/srp/Cargo.toml
+++ b/srp/Cargo.toml
@@ -2,7 +2,7 @@
name = "srp"
version = "0.2.5"
authors = ["RustCrypto Developers"]
-license = "MIT/Apache-2.0"
+license = "MIT OR Apache-2.0"
description = "Secure Remote Password (SRP) protocol implementation"
documentation = "https://docs.rs/srp"
repository = "https://github.com/RustCrypto/PAKEs"