Updated GitHub username
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user