From 14f4e27df3b69de8ce208be7aa174ce6884bf019 Mon Sep 17 00:00:00 2001 From: Aaron Power Date: Sun, 31 Mar 2019 16:56:30 +0200 Subject: [PATCH] Fixed URL in cargotest::TEST_REPOS --- src/tools/cargotest/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tools/cargotest/main.rs b/src/tools/cargotest/main.rs index 7f3c159075b97..3126b44f0d618 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: &[],