Update the github repository for cbindgen. (bug 1439953, r=kats) draft
authorRyan Hunt <rhunt@eqrion.net>
Tue, 20 Feb 2018 23:03:31 -0600
changeset 757933 dfc783e1a19a56fb4c0acf7e51c4b3b166661b65
parent 757574 861067332bac96a44bbf41ef366f58a30476057b
push id99884
push userbmo:rhunt@eqrion.net
push dateWed, 21 Feb 2018 15:36:14 +0000
reviewerskats
bugs1439953
milestone60.0a1
Update the github repository for cbindgen. (bug 1439953, r=kats) MozReview-Commit-ID: DgsgB5d6GiH
gfx/webrender_bindings/cbindgen.toml
--- a/gfx/webrender_bindings/cbindgen.toml
+++ b/gfx/webrender_bindings/cbindgen.toml
@@ -1,15 +1,15 @@
 header = """/* This Source Code Form is subject to the terms of the Mozilla Public
  * License, v. 2.0. If a copy of the MPL was not distributed with this
  * file, You can obtain one at http://mozilla.org/MPL/2.0/. */"""
 autogen_warning = """/* DO NOT MODIFY THIS MANUALLY! This file was generated using cbindgen.
  * To generate this file:
  *   1. Get the latest cbindgen using `cargo install --force cbindgen`
- *      a. Alternatively, you can clone `https://github.com/rlhunt/cbindgen` and use a tagged release
+ *      a. Alternatively, you can clone `https://github.com/eqrion/cbindgen` and use a tagged release
  *   2. Run `rustup run nightly cbindgen toolkit/library/rust/ --crate webrender_bindings -o gfx/webrender_bindings/webrender_ffi_generated.h`
  */"""
 include_version = true
 braces = "SameLine"
 line_length = 100
 tab_width = 2
 language = "C++"
 namespaces = ["mozilla", "wr"]