aboutsummaryrefslogtreecommitdiff
path: root/aerc.go
diff options
context:
space:
mode:
Diffstat (limited to 'aerc.go')
-rw-r--r--aerc.go16
1 files changed, 8 insertions, 8 deletions
diff --git a/aerc.go b/aerc.go
index 3566895..a018f9e 100644
--- a/aerc.go
+++ b/aerc.go
@@ -10,14 +10,14 @@ import (
"github.com/mattn/go-isatty"
- "git.sr.ht/~sircmpwn/aerc2/commands"
- "git.sr.ht/~sircmpwn/aerc2/commands/account"
- "git.sr.ht/~sircmpwn/aerc2/commands/compose"
- "git.sr.ht/~sircmpwn/aerc2/commands/msgview"
- "git.sr.ht/~sircmpwn/aerc2/commands/terminal"
- "git.sr.ht/~sircmpwn/aerc2/config"
- libui "git.sr.ht/~sircmpwn/aerc2/lib/ui"
- "git.sr.ht/~sircmpwn/aerc2/widgets"
+ "git.sr.ht/~sircmpwn/aerc/commands"
+ "git.sr.ht/~sircmpwn/aerc/commands/account"
+ "git.sr.ht/~sircmpwn/aerc/commands/compose"
+ "git.sr.ht/~sircmpwn/aerc/commands/msgview"
+ "git.sr.ht/~sircmpwn/aerc/commands/terminal"
+ "git.sr.ht/~sircmpwn/aerc/config"
+ libui "git.sr.ht/~sircmpwn/aerc/lib/ui"
+ "git.sr.ht/~sircmpwn/aerc/widgets"
)
func getCommands(selected libui.Drawable) []*commands.Commands {