diff options
Diffstat (limited to 'commands/msg/utils.go')
-rw-r--r-- | commands/msg/utils.go | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/commands/msg/utils.go b/commands/msg/utils.go index cad0f82e..212fc75a 100644 --- a/commands/msg/utils.go +++ b/commands/msg/utils.go @@ -3,10 +3,10 @@ package msg import ( "errors" - "git.sr.ht/~sircmpwn/aerc/commands" - "git.sr.ht/~sircmpwn/aerc/lib" - "git.sr.ht/~sircmpwn/aerc/models" - "git.sr.ht/~sircmpwn/aerc/widgets" + "git.sr.ht/~rjarry/aerc/commands" + "git.sr.ht/~rjarry/aerc/lib" + "git.sr.ht/~rjarry/aerc/models" + "git.sr.ht/~rjarry/aerc/widgets" ) type helper struct { |