summaryrefslogtreecommitdiff
path: root/commands/msgview/next.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/msgview/next.go')
-rw-r--r--commands/msgview/next.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/commands/msgview/next.go b/commands/msgview/next.go
index 978cf10..4291a6a 100644
--- a/commands/msgview/next.go
+++ b/commands/msgview/next.go
@@ -1,9 +1,9 @@
package msgview
import (
- "git.sr.ht/~sircmpwn/aerc/commands/account"
- "git.sr.ht/~sircmpwn/aerc/lib"
- "git.sr.ht/~sircmpwn/aerc/widgets"
+ "git.sr.ht/~rjarry/aerc/commands/account"
+ "git.sr.ht/~rjarry/aerc/lib"
+ "git.sr.ht/~rjarry/aerc/widgets"
)
type NextPrevMsg struct{}