From 53e3fbd3464792bc0aed8b9ed12b07f43463af99 Mon Sep 17 00:00:00 2001 From: Ale32bit Date: Sun, 8 Jan 2017 17:27:00 +0100 Subject: [PATCH] Update store.spk --- src/apps/spks/store.spk | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/apps/spks/store.spk b/src/apps/spks/store.spk index cc8e5d5..0baaf23 100644 --- a/src/apps/spks/store.spk +++ b/src/apps/spks/store.spk @@ -4,7 +4,7 @@ -- { files = "{\ - [ \"store.lua\" ] = \"local host = \\\"https://raw.github.com/BeaconNet/sPhone-Store/master/\\\"\\\ + [ \"store.lua\" ] = \"local host = \\\"https://raw.github.com/SertexTeam/sPhone-Store/master/\\\"\\\ local index = host..\\\"index.lua\\\"\\\ local apps = host..\\\"apps/\\\"\\\ local appsL = {}\\\ @@ -25,7 +25,7 @@ local function redraw()\\\ end\\\ \\\ local function install(path,name)\\\ - local data = http.get(\\\"https://raw.github.com/BeaconNet/sPhone-Store/master/apps/\\\"..path).readAll()\\\ + local data = http.get(\\\"https://raw.github.com/SertexTeam/sPhone-Store/master/apps/\\\"..path).readAll()\\\ local f = fs.open(\\\"/tmp/sPhoneStore/\\\"..name..\\\".spk\\\",\\\"w\\\")\\\ f.write(data)\\\ f.close()\\\ @@ -72,7 +72,7 @@ while true do\\\ return\\\ end\\\ \\\ - local data = http.get(\\\"https://raw.github.com/BeaconNet/sPhone-Store/master/apps/\\\"..path).readAll()\\\ + local data = http.get(\\\"https://raw.github.com/SertexTeam/sPhone-Store/master/apps/\\\"..path).readAll()\\\ data = textutils.unserialise(data)\\\ if data then\\\ local _conf = textutils.unserialise(data.config)\\\ @@ -141,7 +141,7 @@ while true do\\\ version = 1,\ main = \"store.lua\",\ id = \"sphone.store\",\ - author = \"BeaconNet\",\ + author = \"Sertex\",\ hidden = true,\ }", -} \ No newline at end of file +}