Skip to content

Commit 766622a

Browse files
author
bors-servo
authored
Auto merge of #384 - mgeisler:patch-1, r=mbrubeck
Fix repository URL for AppVeyor For some reason, this project is not registered under `servo/rust-url` on AppVeyor. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/rust-url/384) <!-- Reviewable:end -->
2 parents f721294 + f546438 commit 766622a

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)