diff options
Diffstat (limited to 'commands/ct.go')
-rw-r--r-- | commands/ct.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/ct.go b/commands/ct.go index 8b6e8a80..7764cab8 100644 --- a/commands/ct.go +++ b/commands/ct.go @@ -6,7 +6,7 @@ import ( "strconv" "strings" - "git.sr.ht/~sircmpwn/aerc/widgets" + "git.sr.ht/~rjarry/aerc/widgets" ) type ChangeTab struct{} |