Update installer.lua

This commit is contained in:
Ale32bit 2017-01-08 17:23:55 +01:00 committed by GitHub
parent 5c3ff04f3c
commit d49add6b51

View file

@ -10,10 +10,10 @@ os.pullEvent = os.pullEventRaw
local license = [[
The MIT License (MIT)
Copyright (c) 2016 BeaconNet
Copyright (c) 2017 Sertex
Read full license here:
https://raw.github.com/BeaconNet/sPhone/master/LICENSE]]
https://raw.github.com/SertexTeam/sPhone/master/LICENSE]]
local files = {
["src/init.lua"] = "/.sPhone/init",
@ -58,7 +58,7 @@ local files = {
["src/startup"] = "/.sPhone/startup",
}
local githubUser = "BeaconNet"
local githubUser = "SertexTeam"
local githubRepo = "sPhone"
local githubBranch = "master"