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 {