From 972f4006f0951f7abd92cb95f6dc9724860e556b Mon Sep 17 00:00:00 2001 From: Ophestra Date: Thu, 26 Jun 2025 04:01:02 +0900 Subject: treewide: switch to hakurei.app Signed-off-by: Ophestra --- print.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'print.go') diff --git a/print.go b/print.go index a8ede635..4227d46c 100644 --- a/print.go +++ b/print.go @@ -264,7 +264,7 @@ func printPs(output io.Writer, now time.Time, s state.Store, short, flagJSON boo as = strconv.Itoa(e.Config.Identity) id := e.Config.ID if id == "" { - id = "uk.gensokyo.hakurei." + e.s[:8] + id = "app.hakurei." + e.s[:8] } as += " (" + id + ")" } -- cgit v1.3.1