diff --git a/recipes/core/uutils/recipe.toml b/recipes/core/uutils/recipe.toml
index c04c571879949799bc70c1ac80a39586c89c5c29..5c75f10e2bb5fa59169d844576a6563897fcf3f9 100644
--- a/recipes/core/uutils/recipe.toml
+++ b/recipes/core/uutils/recipe.toml
@@ -1,6 +1,6 @@
 [source]
-git = "https://gitlab.redox-os.org/redox-os/uutils.git"
-branch = "redox"
+git = "https://github.com/uutils/coreutils"
+rev = "181cfc885b460bbcdf2cf1c866cb1ea48c3f6009"
 
 [build]
 template = "custom"
@@ -63,6 +63,7 @@ BINS=(
     sleep
     sort
     split
+    stat
     sum
     tac
     tail