diff options
Diffstat (limited to 'commands/term.go')
-rw-r--r-- | commands/term.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/term.go b/commands/term.go index c28c7d08..924f71c9 100644 --- a/commands/term.go +++ b/commands/term.go @@ -5,7 +5,7 @@ import ( "github.com/riywo/loginshell" - "git.sr.ht/~sircmpwn/aerc/widgets" + "git.sr.ht/~rjarry/aerc/widgets" ) type Term struct{} |