diff options
author | Brian Warner <warner@lothar.com> | 2018-10-16 11:06:26 -0700 |
---|---|---|
committer | Brian Warner <warner@lothar.com> | 2018-10-16 11:06:26 -0700 |
commit | 27001107bc9eb60005ff2f3d79e7a23ecf237ff4 (patch) | |
tree | 0cdac551679dc58723c184dad516df752b04249b /spake2 | |
parent | ca3b29ffc820d56b72bec2458059729dd3643c1c (diff) | |
download | PAKEs-27001107bc9eb60005ff2f3d79e7a23ecf237ff4.tar.xz |
Cargo.toml: update repo URLs
finish relicensing spake2 to MIT/Apache-2.0
Diffstat (limited to 'spake2')
-rw-r--r-- | spake2/Cargo.toml | 12 |
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" |