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 50024f2 commit b1fb144
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# koboutils
Utilities to do stuff with Kobo eReaders. Can be used as a library: godoc.org/github.com/geek1011/koboutils/kobo.
Utilities to do stuff with Kobo eReaders. Can be used as a library: pkg.go.dev/github.com/pgaskin/koboutils/kobo.

**Features:**
- Full support for device codenames (class, family, secondary).
Expand Down
2 changes: 1 addition & 1 deletion covergen/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# covergen
Pre-generates cover images with optional stretching and filters.

See https://github.com/geek1011/kepubify/tree/master/covergen
See https://github.com/pgaskin/kepubify/tree/master/covergen
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/geek1011/koboutils/v2
module github.com/pgaskin/koboutils/v2

go 1.13

Expand Down
2 changes: 1 addition & 1 deletion kobo-find/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"fmt"
"os"

"github.com/geek1011/koboutils/v2/kobo"
"github.com/pgaskin/koboutils/v2/kobo"
"github.com/spf13/pflag"
)

Expand Down
2 changes: 1 addition & 1 deletion kobo-info/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"strings"
"time"

"github.com/geek1011/koboutils/v2/kobo"
"github.com/pgaskin/koboutils/v2/kobo"
"github.com/spf13/pflag"
)

Expand Down
3 changes: 2 additions & 1 deletion kobo/device.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"image"
)

// See https://gist.github.com/geek1011/613b34c23f026f7c39c50ee32f5e167e and
// See https://gist.github.com/pgaskin/613b34c23f026f7c39c50ee32f5e167e and
// https://github.com/shermp/Kobo-UNCaGED/issues/16

// Device is a device model.
Expand Down Expand Up @@ -51,6 +51,7 @@ const (
DeviceAuraEdition2v2 Device = 379
DeviceForma32 Device = 380
DeviceAuraONELimitedEdition Device = 381
DeviceNia Device = 382
DeviceLibraH2O Device = 384
)

Expand Down
2 changes: 1 addition & 1 deletion seriesmeta/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# seriesmeta
Updates series metadata in the database from the epubs on the Kobo (even before importing books).

See https://github.com/geek1011/kepubify/tree/master/seriesmeta
See https://github.com/pgaskin/kepubify/tree/master/seriesmeta

0 comments on commit b1fb144

Please sign in to comment.