aboutsummaryrefslogtreecommitdiff
path: root/widgets/account.go
diff options
context:
space:
mode:
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 {