Update home repository location.

This commit is contained in:
Mahlon E. Smith 2025-06-28 15:37:14 -07:00
parent d089c2c5a7
commit 0f58c5e565
Signed by: mahlon
SSH key fingerprint: SHA256:dP84sRGKZRpOOiPD/+GuOq+SHSxEw9qi5BWLQobaHm0

View file

@ -2,7 +2,7 @@
# Nim Kuzu
home
: https://code.martini.nu/fossil/nim-kuzu
: https://code.martini.nu/mahlon/nim-kuzu
github_mirror
: https://github.com/mahlonsmith/nim-kuzu
@ -51,9 +51,9 @@ You can also find a bunch of working examples in the tests.
## Contributing
You can check out the current development source with Fossil via its [home
repo](https://code.martini.nu/fossil/nim-kuzu), or with Git/Jujutsu at its
[project mirror](https://github.com/mahlonsmith/nim-kuzu)
You can check out the current development source via Git/Jujutsu at its
[home repo](https://code.martini.nu/mahlon/nim-kuzu), or the
[project mirror](https://github.com/mahlonsmith/nim-kuzu).
After checking out the source, uncomment the development dependencies
from the `kuzu.nimble` file, and run:
@ -71,4 +71,3 @@ development.
A note of thanks to @mantielero on Github, who has a Kuzu binding for an early
KuzuDB (0.4.x) that I found after starting this project.