]> git.lizzy.rs Git - PAKEs.git/commitdiff
Cargo.toml: update repo URLs
authorBrian Warner <warner@lothar.com>
Tue, 16 Oct 2018 18:06:26 +0000 (11:06 -0700)
committerBrian Warner <warner@lothar.com>
Tue, 16 Oct 2018 18:06:26 +0000 (11:06 -0700)
finish relicensing spake2 to MIT/Apache-2.0

spake2/Cargo.toml
srp/Cargo.toml

index 8736f35804934031e3c470501297a2edfd41cc3c..25e9534dfecdb56f301d5c3d000526bb870cafd3 100644 (file)
@@ -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"
index 53c6eea7b0c92c7375f31d25a1f8c75b2619f5c3..3708d1c7e51a45ddc0628c0571b526f2940a3aa4 100644 (file)
@@ -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" }