Skip to content

Commit 8bc4589

Browse files
committed
fix license
1 parent 8befa8f commit 8bc4589

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

archibald/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ name = "archibald"
33
version = "0.1.0"
44
edition = "2021"
55
description = "A type-safe SQL query builder for Rust"
6-
license = "MIT OR Apache-2.0"
7-
repository = "https://github.com/your-username/archibald"
6+
license = "MIT"
7+
repository = "https://github.com/bmac/archibald"
88

99
[dependencies]
1010
# Core runtime

0 commit comments

Comments
 (0)