summary refs log tree commit diff stats
path: root/commands/pin-tab.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/pin-tab.go')
-rw-r--r--commands/pin-tab.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/pin-tab.go b/commands/pin-tab.go
index 164a68b..9a62661 100644
--- a/commands/pin-tab.go
+++ b/commands/pin-tab.go
@@ -3,7 +3,7 @@ package commands
 import (
 	"fmt"
 
-	"git.sr.ht/~sircmpwn/aerc/widgets"
+	"git.sr.ht/~rjarry/aerc/widgets"
 )
 
 type PinTab struct{}