From 117e4d8921a2bfbd84ad4243a6e1ca69ab6e7c32 Mon Sep 17 00:00:00 2001 From: 4lDO2 <4lDO2@protonmail.com> Date: Wed, 27 Jul 2022 17:59:43 +0200 Subject: [PATCH] Add git links for bootstrap and escalated --- recipes/bootstrap/recipe.toml | 4 +++- recipes/escalated/recipe.toml | 3 +++ 2 files changed, 6 insertions(+), 1 deletion(-) 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" -- GitLab