From 945cc7803047c5de18df436dd1685bfd0fb22bdb Mon Sep 17 00:00:00 2001 From: bjorn3 <17426603+bjorn3@users.noreply.github.com> Date: Sun, 25 Jan 2026 19:40:24 +0100 Subject: [PATCH] Use source.same_as for orbutils recipes --- recipes/gui/orbutils-background/recipe.toml | 2 +- recipes/gui/orbutils-launcher/recipe.toml | 2 +- recipes/gui/orbutils-orblogin/recipe.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes/gui/orbutils-background/recipe.toml b/recipes/gui/orbutils-background/recipe.toml index 9b13e816..fff3fd56 100644 --- a/recipes/gui/orbutils-background/recipe.toml +++ b/recipes/gui/orbutils-background/recipe.toml @@ -1,5 +1,5 @@ [source] -git = "https://gitlab.redox-os.org/redox-os/orbutils.git" +same_as = "../orbutils" [build] template = "cargo" diff --git a/recipes/gui/orbutils-launcher/recipe.toml b/recipes/gui/orbutils-launcher/recipe.toml index 78125ba9..30080a17 100644 --- a/recipes/gui/orbutils-launcher/recipe.toml +++ b/recipes/gui/orbutils-launcher/recipe.toml @@ -1,5 +1,5 @@ [source] -git = "https://gitlab.redox-os.org/redox-os/orbutils.git" +same_as = "../orbutils" [build] template = "cargo" diff --git a/recipes/gui/orbutils-orblogin/recipe.toml b/recipes/gui/orbutils-orblogin/recipe.toml index 6871a92e..3faa3ee7 100644 --- a/recipes/gui/orbutils-orblogin/recipe.toml +++ b/recipes/gui/orbutils-orblogin/recipe.toml @@ -1,5 +1,5 @@ [source] -git = "https://gitlab.redox-os.org/redox-os/orbutils.git" +same_as = "../orbutils" [build] template = "cargo"