Skip to content

Commit

Permalink
Rollup merge of rust-lang#68534 - JohnTitor:update-remote-url, r=jona…
Browse files Browse the repository at this point in the history
…s-schievink

Update submodules to rust-lang

They're on rust-lang now. Should be green as it's the same change as rust-lang#65963 but let's make sure CI is green also.
  • Loading branch information
JohnTitor committed Jan 25, 2020
2 parents 424e15a + cdc6898 commit 7beac65
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
url = https://github.com/rust-lang/book.git
[submodule "src/tools/rls"]
path = src/tools/rls
url = https://github.com/rust-lang-nursery/rls.git
url = https://github.com/rust-lang/rls.git
[submodule "src/tools/clippy"]
path = src/tools/clippy
url = https://github.com/rust-lang-nursery/rust-clippy.git
url = https://github.com/rust-lang/rust-clippy.git
[submodule "src/tools/rustfmt"]
path = src/tools/rustfmt
url = https://github.com/rust-lang-nursery/rustfmt.git
url = https://github.com/rust-lang/rustfmt.git
[submodule "src/tools/miri"]
path = src/tools/miri
url = https://github.com/rust-lang/miri.git
Expand Down

0 comments on commit 7beac65

Please sign in to comment.