aboutsummaryrefslogtreecommitdiffstats
path: root/commands/account/rmdir.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/account/rmdir.go')
-rw-r--r--commands/account/rmdir.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/commands/account/rmdir.go b/commands/account/rmdir.go
index 9cd974ff..be493777 100644
--- a/commands/account/rmdir.go
+++ b/commands/account/rmdir.go
@@ -6,8 +6,8 @@ import (
"git.sr.ht/~sircmpwn/getopt"
- "git.sr.ht/~sircmpwn/aerc/widgets"
- "git.sr.ht/~sircmpwn/aerc/worker/types"
+ "git.sr.ht/~rjarry/aerc/widgets"
+ "git.sr.ht/~rjarry/aerc/worker/types"
)
type RemoveDir struct{}