diff options
author | Brian Warner <warner@lothar.com> | 2017-07-31 18:10:50 -0700 |
---|---|---|
committer | Brian Warner <warner@lothar.com> | 2017-07-31 18:10:50 -0700 |
commit | 90824a5acba2f7dd8c70cc0465f6c08582537410 (patch) | |
tree | c5c675ab42419a07488457d08e9fc3a72343f98e | |
parent | 25820c4f3f4049fa1c99e5e2914f0af000ffdd9d (diff) | |
download | PAKEs-90824a5acba2f7dd8c70cc0465f6c08582537410.tar.xz |
Cargo.toml: fix the travis badge URL
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |