summaryrefslogtreecommitdiff
path: root/commands/msgview/next-part.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/msgview/next-part.go')
-rw-r--r--commands/msgview/next-part.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/msgview/next-part.go b/commands/msgview/next-part.go
index a98e96a..f44ffab 100644
--- a/commands/msgview/next-part.go
+++ b/commands/msgview/next-part.go
@@ -4,7 +4,7 @@ import (
"fmt"
"strconv"
- "git.sr.ht/~sircmpwn/aerc/widgets"
+ "git.sr.ht/~rjarry/aerc/widgets"
)
type NextPrevPart struct{}