Skip to content

Commit 5778fec

Browse files
authored
Fix SPDX (#283)
Fix license field to be valid SPDX expression
1 parent 4e2dfcb commit 5778fec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sqlite-dist.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sqlite-vec"
3-
license = "MIT OR Apache"
3+
license = "MIT OR Apache-2.0"
44
homepage = "https://alexgarcia.xyz/sqlite-vec"
55
repo = "https://github.com/asg017/sqlite-vec"
66
description = "A vector search SQLite extension."

0 commit comments

Comments
 (0)