Explorar o código

Fix repository URL for AppVeyor

For some reason, this project is not registered under `servo/rust-url` on AppVeyor.
Martin Geisler %!s(int64=9) %!d(string=hai) anos
pai
achega
f546438cdd
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Cargo.toml

+ 1 - 1
Cargo.toml

@@ -15,7 +15,7 @@ license = "MIT/Apache-2.0"
 
 [badges]
 travis-ci = { repository = "servo/rust-url" }
-appveyor = { repository = "servo/rust-url" }
+appveyor = { repository = "Manishearth/rust-url" }
 
 [workspace]
 members = [".", "idna", "percent_encoding", "url_serde"]