diff options
| author | Mazdak Farrokhzad <twingoow@gmail.com> | 2019-04-01 17:29:55 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-04-01 17:29:55 +0200 |
| commit | 1d4f0e71c6cd55d43f1d7b9b58cab8ef7c6f4117 (patch) | |
| tree | 63bd82115cbe1839ca5005575e3b6b6042f54574 | |
| parent | d2fd3fe957fefc452889d250da4642f639a3b2e9 (diff) | |
| parent | 14f4e27df3b69de8ce208be7aa174ce6884bf019 (diff) | |
| download | rust-1d4f0e71c6cd55d43f1d7b9b58cab8ef7c6f4117.tar.gz rust-1d4f0e71c6cd55d43f1d7b9b58cab8ef7c6f4117.zip | |
Rollup merge of #59586 - XAMPPRocky:redirect, r=alexcrichton
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: &[], |
