summaryrefslogtreecommitdiff
path: root/commands/account/select.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/account/select.go')
-rw-r--r--commands/account/select.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/account/select.go b/commands/account/select.go
index b41b234..28aedfa 100644
--- a/commands/account/select.go
+++ b/commands/account/select.go
@@ -4,7 +4,7 @@ import (
"errors"
"strconv"
- "git.sr.ht/~sircmpwn/aerc/widgets"
+ "git.sr.ht/~rjarry/aerc/widgets"
)
type SelectMessage struct{}