summaryrefslogtreecommitdiff
path: root/commands/prompt.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/prompt.go')
-rw-r--r--commands/prompt.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/prompt.go b/commands/prompt.go
index 2d6d01d..6714eb3 100644
--- a/commands/prompt.go
+++ b/commands/prompt.go
@@ -3,7 +3,7 @@ package commands
import (
"fmt"
- "git.sr.ht/~sircmpwn/aerc/widgets"
+ "git.sr.ht/~rjarry/aerc/widgets"
)
type Prompt struct{}