From 0f58c5e565e13cbff712b18e992a33ef2412eb8d Mon Sep 17 00:00:00 2001 From: "Mahlon E. Smith" Date: Sat, 28 Jun 2025 15:37:14 -0700 Subject: [PATCH] Update home repository location. --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 4cad23d..d87b371 100644 --- a/README.md +++ b/README.md @@ -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. -