diff options
author | Drew DeVault <sir@cmpwn.com> | 2019-05-17 20:57:10 -0400 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2019-05-17 20:57:10 -0400 |
commit | 98da4c9509d03f8ffe48b9c66b9c3ce8a0f2f942 (patch) | |
tree | dcbd0072649785e8b99104fd1865aecba1eacdb0 /worker/worker.go | |
parent | 9c10a90cac7037d14b8b0d9d6a0ac2584199278b (diff) | |
download | aerc-98da4c9509d03f8ffe48b9c66b9c3ce8a0f2f942.tar.gz |
s/aerc2/aerc/g
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" |