From 27001107bc9eb60005ff2f3d79e7a23ecf237ff4 Mon Sep 17 00:00:00 2001 From: Brian Warner Date: Tue, 16 Oct 2018 11:06:26 -0700 Subject: Cargo.toml: update repo URLs finish relicensing spake2 to MIT/Apache-2.0 --- spake2/Cargo.toml | 12 ++++++------ srp/Cargo.toml | 4 ++-- 2 files changed, 8 insertions(+), 8 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 "] 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" diff --git a/srp/Cargo.toml b/srp/Cargo.toml index 53c6eea..3708d1c 100644 --- a/srp/Cargo.toml +++ b/srp/Cargo.toml @@ -5,7 +5,7 @@ authors = ["RustCrypto Developers"] license = "MIT/Apache-2.0" description = "Secure Remote Password (SRP) protocol implementation" documentation = "https://docs.rs/srp" -repository = "https://github.com/RustCrypto/PAKE" +repository = "https://github.com/RustCrypto/PAKEs" keywords = ["crypto", "pake", "authentication"] categories = ["cryptography", "authentication"] @@ -21,4 +21,4 @@ sha2 = "0.6" sha-1 = "0.4" [badges] -travis-ci = { repository = "RustCrypto/PAKE" } +travis-ci = { repository = "RustCrypto/PAKEs" } -- cgit v1.2.3