aboutsummaryrefslogtreecommitdiffstats
path: root/commands/account/next.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/account/next.go')
-rw-r--r--commands/account/next.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/account/next.go b/commands/account/next.go
index 427f5637..c9c26809 100644
--- a/commands/account/next.go
+++ b/commands/account/next.go
@@ -6,7 +6,7 @@ import (
"strconv"
"strings"
- "git.sr.ht/~sircmpwn/aerc/widgets"
+ "git.sr.ht/~rjarry/aerc/widgets"
)
type NextPrevMsg struct{}