diff options
Diffstat (limited to 'commands/terminal')
-rw-r--r-- | commands/terminal/close.go | 2 | ||||
-rw-r--r-- | commands/terminal/terminal.go | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/commands/terminal/close.go b/commands/terminal/close.go index aca0166a..95ee94c6 100644 --- a/commands/terminal/close.go +++ b/commands/terminal/close.go @@ -3,7 +3,7 @@ package terminal import ( "errors" - "git.sr.ht/~sircmpwn/aerc/widgets" + "git.sr.ht/~rjarry/aerc/widgets" ) type Close struct{} diff --git a/commands/terminal/terminal.go b/commands/terminal/terminal.go index 710d7967..c93f80ec 100644 --- a/commands/terminal/terminal.go +++ b/commands/terminal/terminal.go @@ -1,7 +1,7 @@ package terminal import ( - "git.sr.ht/~sircmpwn/aerc/commands" + "git.sr.ht/~rjarry/aerc/commands" ) var ( |