diff options
Diffstat (limited to 'commands/account/next-result.go')
-rw-r--r-- | commands/account/next-result.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/account/next-result.go b/commands/account/next-result.go index fe835eab..daa7af3c 100644 --- a/commands/account/next-result.go +++ b/commands/account/next-result.go @@ -4,7 +4,7 @@ import ( "errors" "fmt" - "git.sr.ht/~sircmpwn/aerc/widgets" + "git.sr.ht/~rjarry/aerc/widgets" ) type NextPrevResult struct{} |