diff --git a/recipes/bootstrap/recipe.toml b/recipes/bootstrap/recipe.toml index 9c1f730d3..d923d92bd 100644 --- a/recipes/bootstrap/recipe.toml +++ b/recipes/bootstrap/recipe.toml @@ -1,4 +1,6 @@ -[recipe] +[source] +git = "https://gitlab.redox-os.org/redox-os/bootstrap.git" + [build] template = "custom" script = """ diff --git a/recipes/escalated/recipe.toml b/recipes/escalated/recipe.toml index f56972d30..801bf9a8b 100644 --- a/recipes/escalated/recipe.toml +++ b/recipes/escalated/recipe.toml @@ -1,2 +1,5 @@ +[source] +git = "https://gitlab.redox-os.org/redox-os/escalated.git" + [build] template = "cargo"