moved to the new origin domain

This commit is contained in:
Luxferre
2026-07-26 19:20:02 +03:00
parent 04c86c6cf2
commit a9a21737b1
4 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -99,7 +99,7 @@ func main() {
clyxBin, err := os.ReadFile(clyxPath)
if err != nil {
fmt.Fprintf(os.Stderr, "Error: Clyx interpreter binary not found at %s. Please install it first using: go install codeberg.org/luxferre/clyx@latest\n", clyxPath)
fmt.Fprintf(os.Stderr, "Error: Clyx interpreter binary not found at %s. Please install it first using: go install code.luxferre.top/luxferre/clyx@latest\n", clyxPath)
os.Exit(1)
}