summaryrefslogtreecommitdiff
path: root/src/main.rs
diff options
context:
space:
mode:
authorNick Fitzgerald <fitzgen@gmail.com>2017-07-25 16:29:03 -0700
committerNick Fitzgerald <fitzgen@gmail.com>2017-07-25 16:32:13 -0700
commit1baf7dc1c86d6b4a3ebe8ffab5efbc8fa3d4be32 (patch)
tree83a9d0e064dbf25aac99377930df7223eef57745 /src/main.rs
parent23dbe487b8d2a142fb03d9aefc3b4dd29aa78009 (diff)
s/servo/rust-lang-nursery/ \o/
Fixes #852
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/main.rs b/src/main.rs
index f202cc18..9cd4f806 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -80,9 +80,9 @@ pub fn main() {
fn print_verbose_err() {
println!("Bindgen unexpectedly panicked");
println!("This may be caused by one of the known-unsupported \
- things (https://github.com/servo/rust-bindgen#c), \
+ things (https://github.com/rust-lang-nursery/rust-bindgen#c), \
please modify the bindgen flags to work around it as \
- described in https://github.com/servo/rust-bindgen#c");
+ described in https://github.com/rust-lang-nursery/rust-bindgen#c");
println!("Otherwise, please file an issue at \
- https://github.com/servo/rust-bindgen/issues/new");
+ https://github.com/rust-lang-nursery/rust-bindgen/issues/new");
}