Commit 3534005

mo khan <mo@mokhan.ca>
2026-01-09 22:48:25
docs: move project homepage to src.mokhan.ca
1 parent f223261
Changed files (2)
Cargo.toml
@@ -5,8 +5,8 @@ edition = "2024"
 description = "A command-line SQL formatter that reads SQL from stdin and writes formatted SQL to stdout"
 license = "MIT"
 authors = ["mo khan <mo@mokhan.ca>"]
-repository = "https://github.com/xlgmokha/sqlfmt"
-homepage = "https://github.com/xlgmokha/sqlfmt"
+repository = "https://src.mokhan.ca/xlgmokha/sqlfmt"
+homepage = "https://src.mokhan.ca/xlgmokha/sqlfmt"
 documentation = "https://docs.rs/sqlfmt"
 keywords = ["sql", "formatter", "cli", "database"]
 categories = ["command-line-utilities", "database"]
README.md
@@ -28,7 +28,7 @@ cargo install xlg-sqlfmt
 ### From Source
 
 ```bash
-git clone https://github.com/xlgmokha/sqlfmt.git
+git clone https://git.mokhan.ca/xlgmokha/sqlfmt.git
 cd sqlfmt
 cargo install --path .
 ```
@@ -224,7 +224,7 @@ Contributions are welcome! Please feel free to submit a Pull Request. For major
 
 ```bash
 # Clone the repository
-git clone https://github.com/xlgmokha/sqlfmt.git
+git clone https://git.mokhan.ca/xlgmokha/sqlfmt.git
 cd sqlfmt
 
 # Run tests