aboutsummaryrefslogtreecommitdiff
path: root/commands/msgview
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/msgview
parent9c10a90cac7037d14b8b0d9d6a0ac2584199278b (diff)
s/aerc2/aerc/g
Diffstat (limited to 'commands/msgview')
-rw-r--r--commands/msgview/close.go2
-rw-r--r--commands/msgview/msgview.go2
2 files changed, 2 insertions, 2 deletions
diff --git a/commands/msgview/close.go b/commands/msgview/close.go
index 404bb1c..e388f65 100644
--- a/commands/msgview/close.go
+++ b/commands/msgview/close.go
@@ -3,7 +3,7 @@ package msgview
import (
"errors"
- "git.sr.ht/~sircmpwn/aerc2/widgets"
+ "git.sr.ht/~sircmpwn/aerc/widgets"
)
func init() {
diff --git a/commands/msgview/msgview.go b/commands/msgview/msgview.go
index e3db828..f0e42ad 100644
--- a/commands/msgview/msgview.go
+++ b/commands/msgview/msgview.go
@@ -1,7 +1,7 @@
package msgview
import (
- "git.sr.ht/~sircmpwn/aerc2/commands"
+ "git.sr.ht/~sircmpwn/aerc/commands"
)
var (