aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Warner <warner@lothar.com>2017-07-31 18:10:50 -0700
committerBrian Warner <warner@lothar.com>2017-07-31 18:10:50 -0700
commit90824a5acba2f7dd8c70cc0465f6c08582537410 (patch)
treec5c675ab42419a07488457d08e9fc3a72343f98e
parent25820c4f3f4049fa1c99e5e2914f0af000ffdd9d (diff)
downloadPAKEs-90824a5acba2f7dd8c70cc0465f6c08582537410.tar.xz
Cargo.toml: fix the travis badge URL
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index cb614a2..7516f7c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -13,7 +13,7 @@ exclude = [
]
[badges]
-travis-ci = { repository = "https://github.com/warner/spake2.rs" }
+travis-ci = { repository = "warner/spake2.rs" }
[dependencies]
curve25519-dalek = "0.9"