From 8edf7b0e4d386e5b4b4f052c88a781e40b1f1d30 Mon Sep 17 00:00:00 2001 From: Robin Jarry Date: Tue, 13 Feb 2024 22:44:25 +0100 Subject: log: move package to lib This has nothing to do at the root of the source tree. Signed-off-by: Robin Jarry Acked-by: Bence Ferdinandy --- lib/open.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/open.go') diff --git a/lib/open.go b/lib/open.go index 21bee748..5ca819e0 100644 --- a/lib/open.go +++ b/lib/open.go @@ -10,7 +10,7 @@ import ( "github.com/danwakefield/fnmatch" "git.sr.ht/~rjarry/aerc/config" - "git.sr.ht/~rjarry/aerc/log" + "git.sr.ht/~rjarry/aerc/lib/log" ) func XDGOpenMime( -- cgit