From c708430031b4b37e1db86a20e35dea5e61756bad Mon Sep 17 00:00:00 2001
From: Jeremy Soller <jackpot51@gmail.com>
Date: Wed, 4 Oct 2017 21:09:16 -0600
Subject: [PATCH] Add upstream URLs

---
 recipes/2048/recipe.sh      | 1 -
 recipes/cleye/recipe.sh     | 1 +
 recipes/findutils/recipe.sh | 3 ++-
 recipes/game-2048/recipe.sh | 2 ++
 recipes/pastel/recipe.sh    | 1 +
 recipes/rust64/recipe.sh    | 1 +
 recipes/smith/recipe.sh     | 1 +
 recipes/uutils/recipe.sh    | 1 +
 8 files changed, 9 insertions(+), 2 deletions(-)
 delete mode 100644 recipes/2048/recipe.sh
 create mode 100644 recipes/game-2048/recipe.sh

diff --git a/recipes/2048/recipe.sh b/recipes/2048/recipe.sh
deleted file mode 100644
index 78f3d40bb..000000000
--- a/recipes/2048/recipe.sh
+++ /dev/null
@@ -1 +0,0 @@
-GIT=https://github.com/redox-os/2048-rs.git
diff --git a/recipes/cleye/recipe.sh b/recipes/cleye/recipe.sh
index db148126e..82509c0d0 100755
--- a/recipes/cleye/recipe.sh
+++ b/recipes/cleye/recipe.sh
@@ -1 +1,2 @@
 GIT=https://github.com/redox-os/cleye.git
+GIT_UPSTREAM=https://github.com/evanandrewrose/cleye.git
diff --git a/recipes/findutils/recipe.sh b/recipes/findutils/recipe.sh
index 52112ab4c..601f7fc8e 100644
--- a/recipes/findutils/recipe.sh
+++ b/recipes/findutils/recipe.sh
@@ -1,2 +1,3 @@
-GIT=https://github.com/redox-os/findutils
+GIT=https://github.com/redox-os/findutils.git
+GIT_UPSTREAM=https://github.com/uutils/findutils.git
 CARGOFLAGS="--bin find"
diff --git a/recipes/game-2048/recipe.sh b/recipes/game-2048/recipe.sh
new file mode 100644
index 000000000..d04f470b4
--- /dev/null
+++ b/recipes/game-2048/recipe.sh
@@ -0,0 +1,2 @@
+GIT=https://github.com/redox-os/2048-rs.git
+GIT_UPSTREAM=https://github.com/pierrechevalier83/2048-rs.git
diff --git a/recipes/pastel/recipe.sh b/recipes/pastel/recipe.sh
index 31377fbfe..1b2740d77 100644
--- a/recipes/pastel/recipe.sh
+++ b/recipes/pastel/recipe.sh
@@ -1,4 +1,5 @@
 GIT=https://github.com/redox-os/pastel.git
+GIT_UPSTREAM=https://github.com/robbycerantola/pastel.git
 BINDIR=/ui/bin
 
 function recipe_stage {
diff --git a/recipes/rust64/recipe.sh b/recipes/rust64/recipe.sh
index 6d0f1c666..602ce8032 100755
--- a/recipes/rust64/recipe.sh
+++ b/recipes/rust64/recipe.sh
@@ -1 +1,2 @@
 GIT=https://github.com/redox-os/rust64.git
+GIT_UPSTREAM=https://github.com/kondrak/rust64.git
diff --git a/recipes/smith/recipe.sh b/recipes/smith/recipe.sh
index 9b804258e..54d8432e9 100755
--- a/recipes/smith/recipe.sh
+++ b/recipes/smith/recipe.sh
@@ -1 +1,2 @@
 GIT=https://github.com/redox-os/Smith.git
+GIT_UPSTREAM=https://github.com/IGI-111/Smith.git
diff --git a/recipes/uutils/recipe.sh b/recipes/uutils/recipe.sh
index 08bc6964c..5ee486280 100644
--- a/recipes/uutils/recipe.sh
+++ b/recipes/uutils/recipe.sh
@@ -1,4 +1,5 @@
 GIT=https://github.com/redox-os/uutils.git
+GIT_UPSTREAM=https://github.com/uutils/coreutils.git
 CARGOFLAGS="--no-default-features --features redox"
 
 function recipe_stage {
-- 
GitLab