about summary refs log tree commit diff stats
path: root/commands/msg/pipe.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/msg/pipe.go')
-rw-r--r--commands/msg/pipe.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/commands/msg/pipe.go b/commands/msg/pipe.go
index 0e22fd0..58764fb 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"
 )