diff --git a/licenses.txt b/licenses.txt index 3b74796f4db9a21510a06db2dccb32672d1ac5b9..f0c540435031cf5edfab6aeb5e9e7d63bc68110b 100644 --- a/licenses.txt +++ b/licenses.txt @@ -7,3 +7,6 @@ MIT: - git https://github.com/nektro/zig-extras - git https://github.com/nektro/zig-tracer - git https://github.com/vrischmann/zig-sqlite + +Unspecified: +- http https://sqlite.org/2025/sqlite-amalgamation-3480000.zip diff --git a/zig.mod b/zig.mod index c416a0f90e6d93706fd0924f6b8d1bbf8d0c4c93..584eadac74cbf47a3c2231b46bf0474268a1837d 100644 --- a/zig.mod +++ b/zig.mod @@ -4,8 +4,5 @@ main: src/lib.zig license: MPL-2.0 description: The ORM library for Zig. dependencies: - - src: git https://github.com/vrischmann/zig-sqlite commit-91e5fedd15c5ea3cb42ccceefb3d0f4bb9bad68f - c_source_files: - - c/sqlite3.c - - c/workaround.c + - src: git https://github.com/vrischmann/zig-sqlite - src: git https://github.com/nektro/zig-tracer