about summary refs log tree commit diff stats
path: root/commands/account/sort.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/account/sort.go')
-rw-r--r--commands/account/sort.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/commands/account/sort.go b/commands/account/sort.go
index 6202578..89a5e38 100644
--- a/commands/account/sort.go
+++ b/commands/account/sort.go
@@ -4,8 +4,8 @@ import (
 	"errors"
 	"strings"
 
-	"git.sr.ht/~sircmpwn/aerc/lib/sort"
-	"git.sr.ht/~sircmpwn/aerc/widgets"
+	"git.sr.ht/~rjarry/aerc/lib/sort"
+	"git.sr.ht/~rjarry/aerc/widgets"
 )
 
 type Sort struct{}