diff options
Diffstat (limited to 'commands/account/copy.go')
-rw-r--r-- | commands/account/copy.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/commands/account/copy.go b/commands/account/copy.go index 2a811c8..da26fec 100644 --- a/commands/account/copy.go +++ b/commands/account/copy.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() { |