Skip to content

Commit 6d8ce50

Browse files
committed
Fixed License in Toml
1 parent b452817 commit 6d8ce50

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "1.0.0"
44
edition = "2024"
55
description = "A crate for parsing comments from sql files and using them for documentation generation"
66
documentation = "https://docs.rs/sql_docs"
7-
license-file = "LICENSE"
7+
license = "GPL-3.0"
88
repository = "https://github.com/rpg-alex/sql-docs"
99
readme = "README.md"
1010
keywords = ["sql", "documentation", "parser", "schema", "codegen"]

0 commit comments

Comments
 (0)