diff options
Diffstat (limited to 'commands/quit.go')
-rw-r--r-- | commands/quit.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/quit.go b/commands/quit.go index c0c387b..c9d83b7 100644 --- a/commands/quit.go +++ b/commands/quit.go @@ -3,7 +3,7 @@ package commands import ( "errors" - "git.sr.ht/~sircmpwn/aerc2/widgets" + "git.sr.ht/~sircmpwn/aerc/widgets" ) func init() { |