summary refs log tree commit diff stats
path: root/commands/next-tab.go
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2019-05-17 20:57:10 -0400
committerDrew DeVault <sir@cmpwn.com>2019-05-17 20:57:10 -0400
commit98da4c9509d03f8ffe48b9c66b9c3ce8a0f2f942 (patch)
treedcbd0072649785e8b99104fd1865aecba1eacdb0 /commands/next-tab.go
parent9c10a90cac7037d14b8b0d9d6a0ac2584199278b (diff)
downloadaerc-98da4c9509d03f8ffe48b9c66b9c3ce8a0f2f942.tar.gz
s/aerc2/aerc/g
Diffstat (limited to 'commands/next-tab.go')
-rw-r--r--commands/next-tab.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/next-tab.go b/commands/next-tab.go
index a9a77c2..fb5b664 100644
--- a/commands/next-tab.go
+++ b/commands/next-tab.go
@@ -5,7 +5,7 @@ import (
 	"fmt"
 	"strconv"
 
-	"git.sr.ht/~sircmpwn/aerc2/widgets"
+	"git.sr.ht/~sircmpwn/aerc/widgets"
 )
 
 func init() {