Update home repository location.

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

View file

@ -2,7 +2,7 @@
# Nim Kuzu # Nim Kuzu
home home
: https://code.martini.nu/fossil/nim-kuzu : https://code.martini.nu/mahlon/nim-kuzu
github_mirror github_mirror
: https://github.com/mahlonsmith/nim-kuzu : https://github.com/mahlonsmith/nim-kuzu
@ -51,9 +51,9 @@ You can also find a bunch of working examples in the tests.
## Contributing ## Contributing
You can check out the current development source with Fossil via its [home You can check out the current development source via Git/Jujutsu at its
repo](https://code.martini.nu/fossil/nim-kuzu), or with Git/Jujutsu at its [home repo](https://code.martini.nu/fossil/nim-kuzu), or the
[project mirror](https://github.com/mahlonsmith/nim-kuzu) [project mirror](https://github.com/mahlonsmith/nim-kuzu).
After checking out the source, uncomment the development dependencies After checking out the source, uncomment the development dependencies
from the `kuzu.nimble` file, and run: 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 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. KuzuDB (0.4.x) that I found after starting this project.