summaryrefslogtreecommitdiff
path: root/worker/types/messages.go
diff options
context:
space:
mode:
Diffstat (limited to 'worker/types/messages.go')
-rw-r--r--worker/types/messages.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/worker/types/messages.go b/worker/types/messages.go
index ab0e545..599e870 100644
--- a/worker/types/messages.go
+++ b/worker/types/messages.go
@@ -4,8 +4,8 @@ import (
"io"
"time"
- "git.sr.ht/~sircmpwn/aerc/config"
- "git.sr.ht/~sircmpwn/aerc/models"
+ "git.sr.ht/~rjarry/aerc/config"
+ "git.sr.ht/~rjarry/aerc/models"
)
type WorkerMessage interface {