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

2
.github/CODEOWNERS vendored
View File

@@ -1,2 +1,2 @@
* @geek1011 * @pgaskin
src/kfmon* @NiLuJe src/kfmon* @NiLuJe

View File

@@ -5,7 +5,7 @@ The easiest way to launch custom scripts, change hidden settings, and run action
See the [thread on MobileRead](https://go.pgaskin.net/kobo/nm) for more details. See the [thread on MobileRead](https://go.pgaskin.net/kobo/nm) for more details.
## Installation ## Installation
You can download pre-built packages of the latest stable release from the [releases](https://github.com/geek1011/NickelMenu/releases) page, or you can find bleeding-edge builds of each commit from [here](https://github.com/geek1011/NickelMenu/actions). You can download pre-built packages of the latest stable release from the [releases](https://github.com/pgaskin/NickelMenu/releases) page, or you can find bleeding-edge builds of each commit from [here](https://github.com/pgaskin/NickelMenu/actions).
After you download the package, copy `KoboRoot.tgz` into the `.kobo` folder of your eReader, then eject it. After you download the package, copy `KoboRoot.tgz` into the `.kobo` folder of your eReader, then eject it.

View File

@@ -24,7 +24,7 @@
// //
// In general, we try to use Nickel's functionality over a Qt or system // In general, we try to use Nickel's functionality over a Qt or system
// version provided that the symbol has existed for multiple versions, is // version provided that the symbol has existed for multiple versions, is
// unlikely to change (as judged by @geek1011), is not deeply tied to other // unlikely to change (as judged by @pgaskin), is not deeply tied to other
// parts of Nickel, and is unlikely to cause issues if it fails to run properly. // parts of Nickel, and is unlikely to cause issues if it fails to run properly.
// //
// Other times, we generally try to use system functionality through C library // Other times, we generally try to use system functionality through C library

View File

@@ -1,8 +1,8 @@
module github.com/geek1011/NickelMenu/test/syms module github.com/pgaskin/NickelMenu/test/syms
go 1.14 go 1.14
require ( require (
github.com/geek1011/kobopatch v0.15.0 github.com/pgaskin/kobopatch v0.15.1
github.com/xi2/xz v0.0.0-20171230120015-48954b6210f8 github.com/xi2/xz v0.0.0-20171230120015-48954b6210f8
) )

View File

@@ -1,17 +1,22 @@
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= 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/kobopatch v0.15.0 h1:xIxJPHNoiwbD7VkwBmZRzQAVHfjPqxuEvFNtDfKGPiE=
github.com/geek1011/kobopatch v0.15.0/go.mod h1:4/PuLBLcPPNO20/gBRJh9VhdVyNZmuwCvo8wffcVWiQ=
github.com/ianlancetaylor/demangle v0.0.0-20181102032728-5e5cf60278f6 h1:UDMh68UUwekSh5iP2OMhRRZJiiBccgV7axzUG8vi56c= 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/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/kobopatch v0.15.1 h1:UjuC5sTs0LLFdMGHL24V7OtxIoyw1INHoJlyUtfFBAs=
github.com/pgaskin/kobopatch v0.15.1/go.mod h1:GKP38Tq6b0oA2YaBVCZqP9qZjnbq+O9+w60VapmUrl4=
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4= 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=
github.com/riking/cssparse v0.0.0-20180325025645-c37ded0aac89/go.mod h1:yc5MYwuNUGggTQ8++IDAbOYq/9PXxsg73+EHYgoG/4w=
github.com/spf13/pflag v1.0.5/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg= github.com/spf13/pflag v1.0.5/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg=
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME= github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
github.com/stretchr/testify v1.5.1/go.mod h1:5W2xD1RspED5o8YsWQXVCued0rvSQ+mT+I5cxcmMvtA= github.com/stretchr/testify v1.5.1/go.mod h1:5W2xD1RspED5o8YsWQXVCued0rvSQ+mT+I5cxcmMvtA=
github.com/xi2/xz v0.0.0-20171230120015-48954b6210f8 h1:nIPpBwaJSVYIxUFsDv3M8ofmx9yWTog9BfvIu0q41lo= github.com/xi2/xz v0.0.0-20171230120015-48954b6210f8 h1:nIPpBwaJSVYIxUFsDv3M8ofmx9yWTog9BfvIu0q41lo=
github.com/xi2/xz v0.0.0-20171230120015-48954b6210f8/go.mod h1:HUYIGzjTL3rfEspMxjDjgmT5uz5wzYJKVo23qUhYTos= github.com/xi2/xz v0.0.0-20171230120015-48954b6210f8/go.mod h1:HUYIGzjTL3rfEspMxjDjgmT5uz5wzYJKVo23qUhYTos=
golang.org/x/text v0.3.2 h1:tW2bmiBqwgJj/UpqtC8EpXEZVYOwU0yG4iWbprSVAcs=
golang.org/x/text v0.3.2/go.mod h1:bEr9sfX3Q8Zfm5fL9x+3itogRgK3+ptLWKqgva+5dAk=
golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ=
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
gopkg.in/yaml.v2 v2.2.2/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= gopkg.in/yaml.v2 v2.2.2/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI=
gopkg.in/yaml.v3 v3.0.0-20190709130402-674ba3eaed22/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= gopkg.in/yaml.v3 v3.0.0-20190709130402-674ba3eaed22/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=

View File

@@ -14,7 +14,7 @@ import (
"strconv" "strconv"
"strings" "strings"
"github.com/geek1011/kobopatch/patchlib" "github.com/pgaskin/kobopatch/patchlib"
"github.com/xi2/xz" "github.com/xi2/xz"
) )
@@ -144,7 +144,7 @@ func main() {
} }
func GetPatcher(version, lib string) (*patchlib.Patcher, error) { 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 { if err != nil {
return nil, fmt.Errorf("get kobopatch testdata for %#v: %w", version, err) return nil, fmt.Errorf("get kobopatch testdata for %#v: %w", version, err)
} }