diff options
Diffstat (limited to 'commands/pin-tab.go')
-rw-r--r-- | commands/pin-tab.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/pin-tab.go b/commands/pin-tab.go index 164a68b5..9a626614 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{} |