diff options
Diffstat (limited to 'lib/templates/template.go')
-rw-r--r-- | lib/templates/template.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/templates/template.go b/lib/templates/template.go index 197f159f..6d66d8eb 100644 --- a/lib/templates/template.go +++ b/lib/templates/template.go @@ -13,7 +13,7 @@ import ( "github.com/emersion/go-message/mail" - "git.sr.ht/~sircmpwn/aerc/models" + "git.sr.ht/~rjarry/aerc/models" "github.com/mitchellh/go-homedir" ) |