diff options
Diffstat (limited to 'commands/next-tab.go')
-rw-r--r-- | commands/next-tab.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/next-tab.go b/commands/next-tab.go index fc668f15..9d6a09ba 100644 --- a/commands/next-tab.go +++ b/commands/next-tab.go @@ -4,7 +4,7 @@ import ( "fmt" "strconv" - "git.sr.ht/~sircmpwn/aerc/widgets" + "git.sr.ht/~rjarry/aerc/widgets" ) type NextPrevTab struct{} |