diff options
| author | Aaron Power <theaaronepower@gmail.com> | 2019-03-31 16:56:30 +0200 |
|---|---|---|
| committer | Aaron Power <theaaronepower@gmail.com> | 2019-03-31 16:56:30 +0200 |
| commit | 14f4e27df3b69de8ce208be7aa174ce6884bf019 (patch) | |
| tree | fffa8d551c53ee0e1f1a8f805ad5d91928851184 | |
| parent | cee58fdc12bea8cc373366bd84fc786277729b1c (diff) | |
| download | rust-14f4e27df3b69de8ce208be7aa174ce6884bf019.tar.gz rust-14f4e27df3b69de8ce208be7aa174ce6884bf019.zip | |
Fixed URL in cargotest::TEST_REPOS
| -rw-r--r-- | src/tools/cargotest/main.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/cargotest/main.rs b/src/tools/cargotest/main.rs index 7f3c159075b..3126b44f0d6 100644 --- a/src/tools/cargotest/main.rs +++ b/src/tools/cargotest/main.rs @@ -30,7 +30,7 @@ const TEST_REPOS: &'static [Test] = &[ }, Test { name: "tokei", - repo: "https://github.com/Aaronepower/tokei", + repo: "https://github.com/XAMPPRocky/tokei", sha: "5e11c4852fe4aa086b0e4fe5885822fbe57ba928", lock: None, packages: &[], |
