summaryrefslogtreecommitdiff
path: root/commands/pwd.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/pwd.go')
-rw-r--r--commands/pwd.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/pwd.go b/commands/pwd.go
index d3f0e0c..624258c 100644
--- a/commands/pwd.go
+++ b/commands/pwd.go
@@ -5,7 +5,7 @@ import (
"os"
"time"
- "git.sr.ht/~sircmpwn/aerc/widgets"
+ "git.sr.ht/~rjarry/aerc/widgets"
)
type PrintWorkDir struct{}