diff --git a/recipes/2048/recipe.sh b/recipes/2048/recipe.sh
deleted file mode 100644
index 78f3d40bb52c5d7cc925cadc7a128a37181328fc..0000000000000000000000000000000000000000
--- 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 db148126ef1b4782e7bbb224924c20264653f16a..82509c0d0ffcc44b32b776e4be5e15af6ec0428d 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 52112ab4c1c2269022126e8a2fa7a3ae2afda3f3..601f7fc8e6d6418adc96137cc09dbb940907690a 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 0000000000000000000000000000000000000000..d04f470b4188caf94212cd53d658652cf09360ad
--- /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 31377fbfe72d5095997a785d9c69658422431f51..1b2740d773f568a94fb203719bbd7457748accf3 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 6d0f1c666fb67c64e8e151408fd680729a7aa843..602ce80322f076e9013b9cafb2b2e8daea002cb5 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 9b804258e0703c734ea25e92a831a6ffc52b2e11..54d8432e9404fb70c5d989788939a3ceb11e7281 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 08bc6964cd1822cf00491548d23a90b538bb2626..5ee48628057d459efbbe4d989099e5a777f2cdfd 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 {