diff options
Diffstat (limited to 'commands/compose/detach.go')
-rw-r--r-- | commands/compose/detach.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/compose/detach.go b/commands/compose/detach.go index b48159d0..31ac082a 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{} |