Skip to content

Commit f546438

Browse files
authored
Fix repository URL for AppVeyor
For some reason, this project is not registered under `servo/rust-url` on AppVeyor.
1 parent b8d3c15 commit f546438

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ license = "MIT/Apache-2.0"
1515

1616
[badges]
1717
travis-ci = { repository = "servo/rust-url" }
18-
appveyor = { repository = "servo/rust-url" }
18+
appveyor = { repository = "Manishearth/rust-url" }
1919

2020
[workspace]
2121
members = [".", "idna", "percent_encoding", "url_serde"]

0 commit comments

Comments
 (0)