From dc61f23565c9da2e6017d2998a95bf3dca327569 Mon Sep 17 00:00:00 2001
From: Jeremy Soller <jackpot51@gmail.com>
Date: Sun, 22 Oct 2017 21:56:34 -0600
Subject: [PATCH] Update cargo path

---
 recipes/cargo/recipe.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes/cargo/recipe.sh b/recipes/cargo/recipe.sh
index dad63c3bc..55f0ea18b 100644
--- a/recipes/cargo/recipe.sh
+++ b/recipes/cargo/recipe.sh
@@ -1,4 +1,4 @@
-GIT=https://github.com/ids1024/cargo.git
+GIT=https://github.com/redox-os/cargo.git
 BRANCH=redox
 BUILD_DEPENDS=(openssl)
 
-- 
GitLab