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