aboutsummaryrefslogtreecommitdiff
path: root/widgets/account.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 /widgets/account.go
parent9c10a90cac7037d14b8b0d9d6a0ac2584199278b (diff)
s/aerc2/aerc/g
Diffstat (limited to 'widgets/account.go')
-rw-r--r--widgets/account.go10
1 files changed, 5 insertions, 5 deletions
diff --git a/widgets/account.go b/widgets/account.go
index fa8c524..afae1d2 100644
--- a/widgets/account.go
+++ b/widgets/account.go
@@ -6,11 +6,11 @@ import (
"github.com/gdamore/tcell"
- "git.sr.ht/~sircmpwn/aerc2/config"
- "git.sr.ht/~sircmpwn/aerc2/lib"
- "git.sr.ht/~sircmpwn/aerc2/lib/ui"
- "git.sr.ht/~sircmpwn/aerc2/worker"
- "git.sr.ht/~sircmpwn/aerc2/worker/types"
+ "git.sr.ht/~sircmpwn/aerc/config"
+ "git.sr.ht/~sircmpwn/aerc/lib"
+ "git.sr.ht/~sircmpwn/aerc/lib/ui"
+ "git.sr.ht/~sircmpwn/aerc/worker"
+ "git.sr.ht/~sircmpwn/aerc/worker/types"
)
type AccountView struct {