summaryrefslogtreecommitdiff
path: root/worker/notmuch/worker.go
diff options
context:
space:
mode:
Diffstat (limited to 'worker/notmuch/worker.go')
-rw-r--r--worker/notmuch/worker.go14
1 files changed, 7 insertions, 7 deletions
diff --git a/worker/notmuch/worker.go b/worker/notmuch/worker.go
index 637bb4d..f8f8b11 100644
--- a/worker/notmuch/worker.go
+++ b/worker/notmuch/worker.go
@@ -11,13 +11,13 @@ import (
"strings"
"time"
- "git.sr.ht/~sircmpwn/aerc/config"
- "git.sr.ht/~sircmpwn/aerc/lib/uidstore"
- "git.sr.ht/~sircmpwn/aerc/models"
- "git.sr.ht/~sircmpwn/aerc/worker/handlers"
- "git.sr.ht/~sircmpwn/aerc/worker/lib"
- notmuch "git.sr.ht/~sircmpwn/aerc/worker/notmuch/lib"
- "git.sr.ht/~sircmpwn/aerc/worker/types"
+ "git.sr.ht/~rjarry/aerc/config"
+ "git.sr.ht/~rjarry/aerc/lib/uidstore"
+ "git.sr.ht/~rjarry/aerc/models"
+ "git.sr.ht/~rjarry/aerc/worker/handlers"
+ "git.sr.ht/~rjarry/aerc/worker/lib"
+ notmuch "git.sr.ht/~rjarry/aerc/worker/notmuch/lib"
+ "git.sr.ht/~rjarry/aerc/worker/types"
"github.com/mitchellh/go-homedir"
)