diff options
Diffstat (limited to 'commands/account/cf.go')
-rw-r--r-- | commands/account/cf.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/account/cf.go b/commands/account/cf.go index 3d12b5c..2816473 100644 --- a/commands/account/cf.go +++ b/commands/account/cf.go @@ -3,7 +3,7 @@ package account import ( "errors" - "git.sr.ht/~sircmpwn/aerc2/widgets" + "git.sr.ht/~sircmpwn/aerc/widgets" ) var ( |