diff options
Diffstat (limited to 'commands/cd.go')
-rw-r--r-- | commands/cd.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/cd.go b/commands/cd.go index fa487e77..edfc1795 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" ) |