about summary refs log tree commit diff stats
path: root/commands/set.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/set.go')
-rw-r--r--commands/set.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/set.go b/commands/set.go
index cc6333e..0259240 100644
--- a/commands/set.go
+++ b/commands/set.go
@@ -4,7 +4,7 @@ import (
 	"errors"
 	"strings"
 
-	"git.sr.ht/~sircmpwn/aerc/widgets"
+	"git.sr.ht/~rjarry/aerc/widgets"
 
 	"github.com/go-ini/ini"
 )