From 96dd268e51fa876919b848aea6d248aa43af47b9 Mon Sep 17 00:00:00 2001 From: "Ibuki.O" Date: Sat, 13 Dec 2025 09:54:22 +0900 Subject: [PATCH] wip: Remove comments from redoxfs recipe. --- recipes/core/redoxfs/recipe.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/recipes/core/redoxfs/recipe.toml b/recipes/core/redoxfs/recipe.toml index 9cc75e4d0..d613cae22 100644 --- a/recipes/core/redoxfs/recipe.toml +++ b/recipes/core/redoxfs/recipe.toml @@ -1,7 +1,5 @@ [source] -# git = "https://gitlab.redox-os.org/redox-os/redoxfs.git" git = "https://gitlab.redox-os.org/Ibuki.O/redoxfs.git" -# branch = "scheme_root_fd" branch = "unlinkat" [build]