summaryrefslogtreecommitdiff
path: root/commands/msg/reply.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/msg/reply.go')
-rw-r--r--commands/msg/reply.go8
1 files changed, 4 insertions, 4 deletions
diff --git a/commands/msg/reply.go b/commands/msg/reply.go
index 2e4a21a..8b21995 100644
--- a/commands/msg/reply.go
+++ b/commands/msg/reply.go
@@ -9,10 +9,10 @@ import (
"git.sr.ht/~sircmpwn/getopt"
- "git.sr.ht/~sircmpwn/aerc/lib"
- "git.sr.ht/~sircmpwn/aerc/lib/format"
- "git.sr.ht/~sircmpwn/aerc/models"
- "git.sr.ht/~sircmpwn/aerc/widgets"
+ "git.sr.ht/~rjarry/aerc/lib"
+ "git.sr.ht/~rjarry/aerc/lib/format"
+ "git.sr.ht/~rjarry/aerc/models"
+ "git.sr.ht/~rjarry/aerc/widgets"
"github.com/emersion/go-message/mail"
)