Skip to content

Commit

Permalink
all: Updated GitHub username
Browse files Browse the repository at this point in the history
  • Loading branch information
pgaskin committed Jul 14, 2020
1 parent 0624ef7 commit 28978fc
Show file tree
Hide file tree
Showing 13 changed files with 29 additions and 31 deletions.
2 changes: 1 addition & 1 deletion .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ steps:
- name: get-patches
image: golang:1.13-buster
commands:
- git clone https://github.com/geek1011/kobopatch-patches
- git clone https://github.com/pgaskin/kobopatch-patches
- cd kobopatch-patches
- git checkout "$(git describe --tags --abbrev=0 HEAD)"
- go build -o ./scripts/testscript ./scripts/test
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# kobopatch
An improved patching system for Kobo eReaders. See https://www.mobileread.com/forums/showthread.php?t=297338. Download patches for v4.9.11311+ [here](https://github.com/geek1011/kobopatch-patches/releases/latest).
An improved patching system for Kobo eReaders. See https://www.mobileread.com/forums/showthread.php?t=297338. Download patches for v4.9.11311+ [here](https://github.com/pgaskin/kobopatch-patches/releases/latest).

## Features
- Zlib replacement.
Expand Down
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
module github.com/geek1011/kobopatch
module github.com/pgaskin/kobopatch

go 1.13

require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/geek1011/czlib v0.0.3
github.com/ianlancetaylor/demangle v0.0.0-20181102032728-5e5cf60278f6
github.com/pgaskin/czlib v0.0.4
github.com/riking/cssparse v0.0.0-20180325025645-c37ded0aac89
github.com/spf13/pflag v1.0.5
github.com/stretchr/testify v1.5.1
Expand All @@ -15,4 +15,4 @@ require (
rsc.io/arm v0.0.0-20150420010332-9c32f2193064
)

replace gopkg.in/yaml.v3 => github.com/geek1011/yaml v0.0.0-20190717135119-db0123c0912e // v3-node-decodestrict
replace gopkg.in/yaml.v3 => github.com/pgaskin/yaml v0.0.0-20190717135119-db0123c0912e // v3-node-decodestrict
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/geek1011/czlib v0.0.3 h1:Cp9hWIbzdvyj/QmpciCghWLbRpRaMpJS7wL7bTxwgUM=
github.com/geek1011/czlib v0.0.3/go.mod h1:iw913x/pjDqhfoak/AU3XWgycIcGL9H6kjgPP2YqzQM=
github.com/geek1011/yaml v0.0.0-20190717135119-db0123c0912e h1:pvQRziv7p7KIPtCstDzbEbP+QDqXCLejUPi3ocALKkg=
github.com/geek1011/yaml v0.0.0-20190717135119-db0123c0912e/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
github.com/ianlancetaylor/demangle v0.0.0-20181102032728-5e5cf60278f6 h1:UDMh68UUwekSh5iP2OMhRRZJiiBccgV7axzUG8vi56c=
github.com/ianlancetaylor/demangle v0.0.0-20181102032728-5e5cf60278f6/go.mod h1:aSSvb/t6k1mPoxDqO4vJh6VOCGPwU4O0C2/Eqndh1Sc=
github.com/pgaskin/czlib v0.0.4 h1:biwyjtvo6xiXwvgYWyKz0GpmAmDJi4as3zl8Go7Pr9w=
github.com/pgaskin/czlib v0.0.4/go.mod h1:ZRHNrWwa4Jv0HU5r0u64eKRZXcBUicpI6rtaEEbduaU=
github.com/pgaskin/yaml v0.0.0-20190717135119-db0123c0912e h1:jIAOCdmm9VlOD9ezgGGiJOQofvz2mnLIH1sA1wyI8D4=
github.com/pgaskin/yaml v0.0.0-20190717135119-db0123c0912e/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
github.com/riking/cssparse v0.0.0-20180325025645-c37ded0aac89 h1:hMsoSMebpfpaDW7+B7gsxNnMBNChjekeqmK8wkzAlc0=
Expand Down
15 changes: 7 additions & 8 deletions kobopatch/kobopatch.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,13 @@ import (
"strings"
"time"

"github.com/geek1011/kobopatch/patchlib"
"github.com/xi2/xz"

"github.com/geek1011/kobopatch/patchfile"
"github.com/geek1011/kobopatch/patchfile/kobopatch"
_ "github.com/geek1011/kobopatch/patchfile/patch32lsb"
"github.com/pgaskin/kobopatch/patchfile"
"github.com/pgaskin/kobopatch/patchfile/kobopatch"
_ "github.com/pgaskin/kobopatch/patchfile/patch32lsb"
"github.com/pgaskin/kobopatch/patchlib"

"github.com/spf13/pflag"
"github.com/xi2/xz"
"gopkg.in/yaml.v3"
)

Expand Down Expand Up @@ -66,8 +65,8 @@ func main() {
k.Debugf(" | %s", strings.ReplaceAll(fmt.Sprintf(strings.TrimRight(format, "\n"), a...), "\n", "\n | "))
}

k.Logf("kobopatch %s\nhttps://github.com/geek1011/kobopatch\n", version)
k.Debugf("kobopatch %s\nhttps://github.com/geek1011/kobopatch\n", version)
k.Logf("kobopatch %s\nhttps://github.com/pgaskin/kobopatch\n", version)
k.Debugf("kobopatch %s\nhttps://github.com/pgaskin/kobopatch\n", version)

conf := "kobopatch.yaml"
if pflag.NArg() >= 1 {
Expand Down
4 changes: 2 additions & 2 deletions patchfile/kobopatch/kobopatch.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ import (
"reflect"
"sort"

"github.com/geek1011/kobopatch/patchfile"
"github.com/geek1011/kobopatch/patchlib"
"github.com/pgaskin/kobopatch/patchfile"
"github.com/pgaskin/kobopatch/patchlib"
"gopkg.in/yaml.v3"
)

Expand Down
2 changes: 1 addition & 1 deletion patchfile/kobopatch/patch.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"reflect"
"strings"

"github.com/geek1011/kobopatch/patchlib"
"github.com/pgaskin/kobopatch/patchlib"
"gopkg.in/yaml.v3"
)

Expand Down
4 changes: 2 additions & 2 deletions patchfile/patch32lsb/patch32lsb.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ import (
"regexp"
"strings"

"github.com/geek1011/kobopatch/patchfile"
"github.com/geek1011/kobopatch/patchlib"
"github.com/pgaskin/kobopatch/patchfile"
"github.com/pgaskin/kobopatch/patchlib"
)

// PatchSet represents a series of patches.
Expand Down
2 changes: 1 addition & 1 deletion patchfile/patchfile.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"fmt"
"io/ioutil"

"github.com/geek1011/kobopatch/patchlib"
"github.com/pgaskin/kobopatch/patchlib"
)

// Log is used to log debugging messages.
Expand Down
2 changes: 1 addition & 1 deletion patchlib/patcher.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ import (
"strings"
"unicode/utf8"

"github.com/geek1011/czlib"
"github.com/ianlancetaylor/demangle"
"github.com/pgaskin/czlib"
)

// Patcher applies patches to a byte array. All operations are done starting from cur.
Expand Down
2 changes: 1 addition & 1 deletion tools/cssextract/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"io/ioutil"
"os"

"github.com/geek1011/kobopatch/patchlib"
"github.com/pgaskin/kobopatch/patchlib"
)

func main() {
Expand Down
9 changes: 4 additions & 5 deletions tools/kobopatch-apply/kobopatch-apply.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,10 @@ import (
"os"
"strings"

"github.com/geek1011/kobopatch/patchlib"

"github.com/geek1011/kobopatch/patchfile"
_ "github.com/geek1011/kobopatch/patchfile/kobopatch"
_ "github.com/geek1011/kobopatch/patchfile/patch32lsb"
"github.com/pgaskin/kobopatch/patchfile"
_ "github.com/pgaskin/kobopatch/patchfile/kobopatch"
_ "github.com/pgaskin/kobopatch/patchfile/patch32lsb"
"github.com/pgaskin/kobopatch/patchlib"
"github.com/spf13/pflag"
)

Expand Down
2 changes: 1 addition & 1 deletion tools/symdump/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"io/ioutil"
"os"

"github.com/geek1011/kobopatch/patchlib"
"github.com/pgaskin/kobopatch/patchlib"
)

func main() {
Expand Down

0 comments on commit 28978fc

Please sign in to comment.