Update Travis badge to point to dalek-cryptography repo.

This commit is contained in:
Isis Lovecruft 2018-03-26 02:11:43 +00:00
parent 40e887ce54
commit ac3d974f70
Failed to extract signature

View file

@ -13,7 +13,7 @@ description = "Fast and efficient ed25519 EdDSA key generations, signing, and ve
exclude = [ ".gitignore", "TESTVECTORS", "res/*" ]
[badges]
travis-ci = { repository = "isislovecruft/ed25519-dalek", branch = "master"}
travis-ci = { repository = "dalek-cryptography/ed25519-dalek", branch = "master"}
[dependencies.curve25519-dalek]
version = "0.14"