treewide: switch to hakurei.app

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2025-06-26 04:01:02 +09:00
parent 9a8a047908
commit 972f4006f0
4 changed files with 5 additions and 7 deletions

View File

@@ -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 + ")"
}