summaryrefslogtreecommitdiff
path: root/commands/compose/postpone.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/compose/postpone.go')
-rw-r--r--commands/compose/postpone.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/commands/compose/postpone.go b/commands/compose/postpone.go
index 6d6c8e7..03a8608 100644
--- a/commands/compose/postpone.go
+++ b/commands/compose/postpone.go
@@ -8,9 +8,9 @@ import (
"github.com/miolini/datacounter"
"github.com/pkg/errors"
- "git.sr.ht/~sircmpwn/aerc/models"
- "git.sr.ht/~sircmpwn/aerc/widgets"
- "git.sr.ht/~sircmpwn/aerc/worker/types"
+ "git.sr.ht/~rjarry/aerc/models"
+ "git.sr.ht/~rjarry/aerc/widgets"
+ "git.sr.ht/~rjarry/aerc/worker/types"
)
type Postpone struct{}