diff options
Diffstat (limited to 'commands/msg/reply.go')
-rw-r--r-- | commands/msg/reply.go | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/commands/msg/reply.go b/commands/msg/reply.go index 2e4a21a7..8b21995c 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" ) |