diff options
Diffstat (limited to 'commands/account/next-message.go')
-rw-r--r-- | commands/account/next-message.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/account/next-message.go b/commands/account/next-message.go index d2c006f..f13ea5a 100644 --- a/commands/account/next-message.go +++ b/commands/account/next-message.go @@ -6,7 +6,7 @@ import ( "strconv" "strings" - "git.sr.ht/~sircmpwn/aerc2/widgets" + "git.sr.ht/~sircmpwn/aerc/widgets" ) func init() { |