diff options
Diffstat (limited to 'worker/worker.go')
-rw-r--r-- | worker/worker.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/worker/worker.go b/worker/worker.go index 29bb560..2a43083 100644 --- a/worker/worker.go +++ b/worker/worker.go @@ -1,8 +1,8 @@ package worker import ( - "git.sr.ht/~sircmpwn/aerc2/worker/imap" - "git.sr.ht/~sircmpwn/aerc2/worker/types" + "git.sr.ht/~sircmpwn/aerc/worker/imap" + "git.sr.ht/~sircmpwn/aerc/worker/types" "fmt" "log" |