aboutsummaryrefslogtreecommitdiff
path: root/commands/terminal
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2019-05-17 20:57:10 -0400
committerDrew DeVault <sir@cmpwn.com>2019-05-17 20:57:10 -0400
commit98da4c9509d03f8ffe48b9c66b9c3ce8a0f2f942 (patch)
treedcbd0072649785e8b99104fd1865aecba1eacdb0 /commands/terminal
parent9c10a90cac7037d14b8b0d9d6a0ac2584199278b (diff)
s/aerc2/aerc/g
Diffstat (limited to 'commands/terminal')
-rw-r--r--commands/terminal/close.go2
-rw-r--r--commands/terminal/terminal.go2
2 files changed, 2 insertions, 2 deletions
diff --git a/commands/terminal/close.go b/commands/terminal/close.go
index aee7f3e..0ea7a5a 100644
--- a/commands/terminal/close.go
+++ b/commands/terminal/close.go
@@ -3,7 +3,7 @@ package terminal
import (
"errors"
- "git.sr.ht/~sircmpwn/aerc2/widgets"
+ "git.sr.ht/~sircmpwn/aerc/widgets"
)
func init() {
diff --git a/commands/terminal/terminal.go b/commands/terminal/terminal.go
index f438582..fb1583f 100644
--- a/commands/terminal/terminal.go
+++ b/commands/terminal/terminal.go
@@ -1,7 +1,7 @@
package terminal
import (
- "git.sr.ht/~sircmpwn/aerc2/commands"
+ "git.sr.ht/~sircmpwn/aerc/commands"
)
var (