summary refs log tree commit diff stats
path: root/commands/msg/recall.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/msg/recall.go')
-rw-r--r--commands/msg/recall.go8
1 files changed, 4 insertions, 4 deletions
diff --git a/commands/msg/recall.go b/commands/msg/recall.go
index 44f8ddf..61c4c39 100644
--- a/commands/msg/recall.go
+++ b/commands/msg/recall.go
@@ -8,10 +8,10 @@ import (
 	"github.com/emersion/go-message/mail"
 	"github.com/pkg/errors"
 
-	"git.sr.ht/~sircmpwn/aerc/lib"
-	"git.sr.ht/~sircmpwn/aerc/models"
-	"git.sr.ht/~sircmpwn/aerc/widgets"
-	"git.sr.ht/~sircmpwn/aerc/worker/types"
+	"git.sr.ht/~rjarry/aerc/lib"
+	"git.sr.ht/~rjarry/aerc/models"
+	"git.sr.ht/~rjarry/aerc/widgets"
+	"git.sr.ht/~rjarry/aerc/worker/types"
 )
 
 type Recall struct{}