diff options
Diffstat (limited to 'commands/account/move.go')
-rw-r--r-- | commands/account/move.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/commands/account/move.go b/commands/account/move.go index f84427e..d4978ac 100644 --- a/commands/account/move.go +++ b/commands/account/move.go @@ -6,8 +6,8 @@ import ( "github.com/gdamore/tcell" - "git.sr.ht/~sircmpwn/aerc2/widgets" - "git.sr.ht/~sircmpwn/aerc2/worker/types" + "git.sr.ht/~sircmpwn/aerc/widgets" + "git.sr.ht/~sircmpwn/aerc/worker/types" ) func init() { |