From bfcb7a16ee5a18511500ca88a0dde73b388fdec7 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Fri, 11 Apr 2025 18:43:09 -0600 Subject: [PATCH] uutils: update to upstream --- recipes/core/uutils/recipe.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/recipes/core/uutils/recipe.toml b/recipes/core/uutils/recipe.toml index 9008fd711..9ba3e618d 100644 --- a/recipes/core/uutils/recipe.toml +++ b/recipes/core/uutils/recipe.toml @@ -1,6 +1,5 @@ [source] -git = "https://gitlab.redox-os.org/andrey.turkin/uutils.git" -branch = "cc-fix" +git = "https://github.com/uutils/coreutils" [build] template = "custom"