From a91920310d20e1fc472dea044fce8fd9438835df Mon Sep 17 00:00:00 2001 From: Ophestra Date: Sat, 15 Nov 2025 13:47:09 +0900 Subject: internal: relocate packages Signed-off-by: Ophestra --- cmd/hakurei/command.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmd') diff --git a/cmd/hakurei/command.go b/cmd/hakurei/command.go index 2b0568e2..5d33d41b 100644 --- a/cmd/hakurei/command.go +++ b/cmd/hakurei/command.go @@ -17,10 +17,10 @@ import ( "hakurei.app/container/check" "hakurei.app/container/fhs" "hakurei.app/hst" + "hakurei.app/internal/dbus" "hakurei.app/internal/env" "hakurei.app/internal/info" "hakurei.app/internal/outcome" - "hakurei.app/internal/system/dbus" "hakurei.app/message" ) -- cgit v1.3.1