summaryrefslogtreecommitdiff
path: root/commands/move-tab.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/move-tab.go')
-rw-r--r--commands/move-tab.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/move-tab.go b/commands/move-tab.go
index 9f0293c..4151bd7 100644
--- a/commands/move-tab.go
+++ b/commands/move-tab.go
@@ -5,7 +5,7 @@ import (
"strconv"
"strings"
- "git.sr.ht/~sircmpwn/aerc/widgets"
+ "git.sr.ht/~rjarry/aerc/widgets"
)
type MoveTab struct{}