summaryrefslogtreecommitdiff
path: root/commands/compose/detach.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/compose/detach.go')
-rw-r--r--commands/compose/detach.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/compose/detach.go b/commands/compose/detach.go
index b48159d..31ac082 100644
--- a/commands/compose/detach.go
+++ b/commands/compose/detach.go
@@ -4,7 +4,7 @@ import (
"fmt"
"strings"
- "git.sr.ht/~sircmpwn/aerc/widgets"
+ "git.sr.ht/~rjarry/aerc/widgets"
)
type Detach struct{}