1
0

Updated GitHub username

This commit is contained in:
Patrick Gaskin
2020-07-14 16:24:19 -04:00
parent a9ad448a35
commit 57df60b72d
6 changed files with 16 additions and 11 deletions

View File

@@ -14,7 +14,7 @@ import (
"strconv"
"strings"
"github.com/geek1011/kobopatch/patchlib"
"github.com/pgaskin/kobopatch/patchlib"
"github.com/xi2/xz"
)
@@ -144,7 +144,7 @@ func main() {
}
func GetPatcher(version, lib string) (*patchlib.Patcher, error) {
resp, err := http.Get("https://github.com/geek1011/kobopatch-patches/raw/v62/testdata/" + version + ".tar.xz")
resp, err := http.Get("https://github.com/pgaskin/kobopatch-patches/raw/v62/testdata/" + version + ".tar.xz")
if err != nil {
return nil, fmt.Errorf("get kobopatch testdata for %#v: %w", version, err)
}