Fix license type in nimble file.

FossilOrigin-Name: ec04714ceb7d2eb400178f32003928673e26e018dbcc7397f5f6e5977bb70fb5
This commit is contained in:
Mahlon E. Smith 2025-04-01 02:40:34 +00:00
parent c7c60aed71
commit 32a6b35410
2 changed files with 2 additions and 2 deletions

View file

@ -3,7 +3,7 @@
version = "0.1.0"
author = "Mahlon E. Smith"
description = "Kuzu is an embedded graph database built for query speed and scalability."
license = "MIT"
license = "BSD-3-Clause"
srcDir = "src"
requires "nim ^= 2.0.0"