diff options
author | Drew DeVault <sir@cmpwn.com> | 2019-05-17 20:57:10 -0400 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2019-05-17 20:57:10 -0400 |
commit | 98da4c9509d03f8ffe48b9c66b9c3ce8a0f2f942 (patch) | |
tree | dcbd0072649785e8b99104fd1865aecba1eacdb0 /commands/next-tab.go | |
parent | 9c10a90cac7037d14b8b0d9d6a0ac2584199278b (diff) | |
download | aerc-98da4c9509d03f8ffe48b9c66b9c3ce8a0f2f942.tar.gz |
s/aerc2/aerc/g
Diffstat (limited to 'commands/next-tab.go')
-rw-r--r-- | commands/next-tab.go | 2 |
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() { |