From 54a7cd2bb8983fbd76281fbf34d3bb024cfc6a3f Mon Sep 17 00:00:00 2001 From: justuswolff Date: Tue, 17 Feb 2026 14:17:52 +0100 Subject: [PATCH] fix raw url in main.lua --- src/main.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.lua b/src/main.lua index 5faa01e..5707fb5 100644 --- a/src/main.lua +++ b/src/main.lua @@ -1,4 +1,4 @@ --- https://git.l--n.de/justuswolff/cc_housebuild/raw/branch/main/src/main.lua +-- http://justus.l--n.de:3000/JUFS/cc_housebuild/raw/branch/main/src/main.lua if not _G["turtle"] then error("This program only runs on turtles!")