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 a9a77c2..fb5b664 100644 --- a/commands/next-tab.go +++ b/commands/next-tab.go @@ -5,7 +5,7 @@ import ( "fmt" "strconv" - "git.sr.ht/~sircmpwn/aerc2/widgets" + "git.sr.ht/~sircmpwn/aerc/widgets" ) func init() { |