diff --git a/recipes/drivers/recipe.sh b/recipes/drivers/recipe.sh
index 1a6400064eb03e4fdf714b85c024818a5231f9e7..b43142765b5d1f587960003f3de7cc5e135e4a42 100644
--- a/recipes/drivers/recipe.sh
+++ b/recipes/drivers/recipe.sh
@@ -1,4 +1,4 @@
-GIT=https://github.com/redox-os/drivers
+GIT=https://github.com/redox-os/drivers.git
 CARGOFLAGS=--all
 
 function recipe_version {
diff --git a/recipes/netstack/recipe.sh b/recipes/netstack/recipe.sh
new file mode 100644
index 0000000000000000000000000000000000000000..190f9487c6ab8b987f80841e7f5326367d5bffbb
--- /dev/null
+++ b/recipes/netstack/recipe.sh
@@ -0,0 +1 @@
+GIT=https://github.com/redox-os/netstack.git
diff --git a/recipes/ptyd/recipe.sh b/recipes/ptyd/recipe.sh
new file mode 100644
index 0000000000000000000000000000000000000000..a3c336ef1b37464c347f6c7b088026bfd0f90369
--- /dev/null
+++ b/recipes/ptyd/recipe.sh
@@ -0,0 +1 @@
+GIT=https://github.com/redox-os/ptyd.git
diff --git a/recipes/randd/recipe.sh b/recipes/randd/recipe.sh
new file mode 100644
index 0000000000000000000000000000000000000000..29f1ef75bcac94cdeedc84b4682f8e93cb30bedf
--- /dev/null
+++ b/recipes/randd/recipe.sh
@@ -0,0 +1 @@
+GIT=https://github.com/redox-os/randd.git