diff options
Diffstat (limited to 'commands/msg/pipe.go')
-rw-r--r-- | commands/msg/pipe.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/commands/msg/pipe.go b/commands/msg/pipe.go index 0e22fd01..58764fbf 100644 --- a/commands/msg/pipe.go +++ b/commands/msg/pipe.go @@ -7,9 +7,9 @@ import ( "os/exec" "time" - "git.sr.ht/~sircmpwn/aerc/commands" - "git.sr.ht/~sircmpwn/aerc/widgets" - "git.sr.ht/~sircmpwn/aerc/worker/types" + "git.sr.ht/~rjarry/aerc/commands" + "git.sr.ht/~rjarry/aerc/widgets" + "git.sr.ht/~rjarry/aerc/worker/types" "git.sr.ht/~sircmpwn/getopt" ) |