about summary refs log tree commit diff stats
path: root/commands/util.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/util.go')
-rw-r--r--commands/util.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/commands/util.go b/commands/util.go
index 8e2bdbc..ffc5ed6 100644
--- a/commands/util.go
+++ b/commands/util.go
@@ -10,9 +10,9 @@ import (
 	"strings"
 	"time"
 
-	"git.sr.ht/~sircmpwn/aerc/lib"
-	"git.sr.ht/~sircmpwn/aerc/models"
-	"git.sr.ht/~sircmpwn/aerc/widgets"
+	"git.sr.ht/~rjarry/aerc/lib"
+	"git.sr.ht/~rjarry/aerc/models"
+	"git.sr.ht/~rjarry/aerc/widgets"
 	"github.com/gdamore/tcell/v2"
 	"github.com/mitchellh/go-homedir"
 )