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 f1f47c38..f65f0e3e 100644 --- a/worker/worker.go +++ b/worker/worker.go @@ -6,8 +6,8 @@ import ( "net/url" "strings" - "git.sr.ht/~sircmpwn/aerc/worker/handlers" - "git.sr.ht/~sircmpwn/aerc/worker/types" + "git.sr.ht/~rjarry/aerc/worker/handlers" + "git.sr.ht/~rjarry/aerc/worker/types" ) // Guesses the appropriate worker type based on the given source string |