diff options
Diffstat (limited to 'commands/pwd.go')
-rw-r--r-- | commands/pwd.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/pwd.go b/commands/pwd.go index d3f0e0c1..624258ce 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{} |