about summary refs log tree commit diff stats
path: root/commands/compose/attach.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/compose/attach.go')
-rw-r--r--commands/compose/attach.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/commands/compose/attach.go b/commands/compose/attach.go
index 37f49df..50abda5 100644
--- a/commands/compose/attach.go
+++ b/commands/compose/attach.go
@@ -5,8 +5,8 @@ import (
 	"os"
 	"strings"
 
-	"git.sr.ht/~sircmpwn/aerc/commands"
-	"git.sr.ht/~sircmpwn/aerc/widgets"
+	"git.sr.ht/~rjarry/aerc/commands"
+	"git.sr.ht/~rjarry/aerc/widgets"
 	"github.com/mitchellh/go-homedir"
 )