diff options
Diffstat (limited to 'lib/xdg/home.go')
-rw-r--r-- | lib/xdg/home.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/xdg/home.go b/lib/xdg/home.go index 3471e5e2..39894cf6 100644 --- a/lib/xdg/home.go +++ b/lib/xdg/home.go @@ -6,7 +6,7 @@ import ( "path" "strings" - "git.sr.ht/~rjarry/aerc/log" + "git.sr.ht/~rjarry/aerc/lib/log" ) // assign to a local var to allow mocking in unit tests |