diff options
author | Drew DeVault <sir@cmpwn.com> | 2019-05-17 20:57:10 -0400 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2019-05-17 20:57:10 -0400 |
commit | 98da4c9509d03f8ffe48b9c66b9c3ce8a0f2f942 (patch) | |
tree | dcbd0072649785e8b99104fd1865aecba1eacdb0 /commands/account/pipe.go | |
parent | 9c10a90cac7037d14b8b0d9d6a0ac2584199278b (diff) | |
download | aerc-98da4c9509d03f8ffe48b9c66b9c3ce8a0f2f942.tar.gz |
s/aerc2/aerc/g
Diffstat (limited to 'commands/account/pipe.go')
-rw-r--r-- | commands/account/pipe.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/account/pipe.go b/commands/account/pipe.go index f44de30..9461d17 100644 --- a/commands/account/pipe.go +++ b/commands/account/pipe.go @@ -6,7 +6,7 @@ import ( "os/exec" "time" - "git.sr.ht/~sircmpwn/aerc2/widgets" + "git.sr.ht/~sircmpwn/aerc/widgets" "github.com/gdamore/tcell" "github.com/mattn/go-runewidth" |