aboutsummaryrefslogtreecommitdiff
path: root/spake2
diff options
context:
space:
mode:
Diffstat (limited to 'spake2')
-rw-r--r--spake2/Cargo.toml12
1 files changed, 6 insertions, 6 deletions
diff --git a/spake2/Cargo.toml b/spake2/Cargo.toml
index 8736f35..25e9534 100644
--- a/spake2/Cargo.toml
+++ b/spake2/Cargo.toml
@@ -4,18 +4,18 @@ version = "0.1.1-alpha.0"
authors = ["Brian Warner <warner@lothar.com>"]
description = "The SPAKE2 password-authenticated key-exchange algorithm, in Rust."
documentation = "https://docs.rs/spake2"
-homepage = "https://github.com/warner/spake2.rs"
-repository = "https://github.com/warner/spake2.rs"
-license = "MIT"
+homepage = "https://github.com/RustCrypto/PAKEs"
+repository = "https://github.com/RustCrypto/PAKEs"
+license = "MIT/Apache-2.0"
categories = ["cryptography"]
exclude = [
".gitignore"
]
[badges]
-travis-ci = { repository = "warner/spake2.rs" }
-is-it-maintained-issue-resolution = { repository = "warner/spake2.rs" }
-is-it-maintained-open-issues = { repository = "warner/spake2.rs" }
+travis-ci = { repository = "RustCrypto/PAKEs" }
+is-it-maintained-issue-resolution = { repository = "RustCrypto/PAKEs" }
+is-it-maintained-open-issues = { repository = "RustCrypto/PAKEs" }
[dependencies]
curve25519-dalek = "0.19"