diff --git a/augment/files.json b/augment/files.json index 0109546..c19913c 100644 --- a/augment/files.json +++ b/augment/files.json @@ -1,5 +1,5 @@ { - "repository": "https://git.salushnes.solutions/hkc/cc-stuff/raw/branch/master/augment", + "repository": "https://git.salushnes.solutions/vftdan/cc-stuff/raw/branch/vftdan/augment", "files": [ { "path": "startup", diff --git a/augment/startup.lua b/augment/startup.lua index 71abaf7..84b9f29 100644 --- a/augment/startup.lua +++ b/augment/startup.lua @@ -1,4 +1,4 @@ -local repository = "https://git.salushnes.solutions/hkc/cc-stuff/raw/branch/master/augment/files.json" +local repository = "https://git.salushnes.solutions/vftdan/cc-stuff/raw/branch/vftdan/augment/files.json" local files = textutils.unserializeJSON(http.get(repository).readAll()) local function getFile(url, path)