From abb3cabfa9de94e6f0eca819648192b69be81ffc Mon Sep 17 00:00:00 2001 From: RoFlection Bot Date: Wed, 20 Sep 2023 17:20:45 -0700 Subject: [PATCH] APT-606 - Change Foreman To Install Internal Mirrors Instead Of External Tools (#186) * modified foreman.toml to install from internal mirrors instead of external github repositories * bump stylua foreman.toml * revert stylua bump foreman.toml --- foreman.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/foreman.toml b/foreman.toml index 11ea247..ddf60bc 100644 --- a/foreman.toml +++ b/foreman.toml @@ -1,5 +1,5 @@ [tools] rotrieve = { source = "roblox/rotriever", version = "0.5.5" } -rojo = { source = "rojo-rbx/rojo", version = "7.2.0" } -selene = { source = "Kampfkarren/selene", version = "0.21.1" } -stylua = { source = "JohnnyMorganz/StyLua", version = "=0.14.3" } +rojo = { source = "Roblox/rojo-rbx-rojo", version = "7.2.0" } +selene = { source = "Roblox/Kampfkarren-selene", version = "0.21.1" } +stylua = { source = "Roblox/JohnnyMorganz-StyLua", version = "=0.14.3" }