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