From: Izuru Yakumo Date: Fri, 20 Sep 2024 12:24:15 +0000 (-0300) Subject: The homepage is on Suzunaan Software Library now X-Git-Tag: v1.0.6 X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=3c94bc3695d50e0d441fb47fb5db743a3d3eba4a;p=aya.git The homepage is on Suzunaan Software Library now Signed-off-by: Izuru Yakumo --- diff --git a/usage.go b/usage.go index 0d0f160..9e30b32 100644 --- a/usage.go +++ b/usage.go @@ -7,8 +7,8 @@ import ( // This function is called by the `aya help` subcommand func PrintUsage() { fmt.Printf("aya/%v\n", PrintFullVersion()) - fmt.Println("Homepage: https://aya.chaotic.ninja") - fmt.Println("Repository: https://git.chaotic.ninja/usr/yakumo_izuru/aya") + fmt.Println("Homepage: https://suzunaan.chaotic.ninja/aya/") + fmt.Println("Repository: https://git.chaotic.ninja/yakumo.izuru/aya") fmt.Println("==") fmt.Println("build [file] · (Re)build a site or a file in particular") fmt.Println("clean · Remove the generated .pub directory")