about summary refs log tree commit diff stats
path: root/commands/help.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/help.go')
-rw-r--r--commands/help.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/help.go b/commands/help.go
index b27c2f0..5bc8f0e 100644
--- a/commands/help.go
+++ b/commands/help.go
@@ -3,7 +3,7 @@ package commands
 import (
 	"errors"
 
-	"git.sr.ht/~sircmpwn/aerc/widgets"
+	"git.sr.ht/~rjarry/aerc/widgets"
 )
 
 type Help struct{}