summaryrefslogtreecommitdiff
path: root/commands/cd.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/cd.go')
-rw-r--r--commands/cd.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/cd.go b/commands/cd.go
index fa487e7..edfc179 100644
--- a/commands/cd.go
+++ b/commands/cd.go
@@ -5,7 +5,7 @@ import (
"os"
"strings"
- "git.sr.ht/~sircmpwn/aerc/widgets"
+ "git.sr.ht/~rjarry/aerc/widgets"
"github.com/mitchellh/go-homedir"
)