diff --git a/njord/Cargo.toml b/njord/Cargo.toml index 4a630ba9..5842a62f 100644 --- a/njord/Cargo.toml +++ b/njord/Cargo.toml @@ -4,7 +4,7 @@ version = "0.4.0" edition = "2021" authors = ["Marcus Cvjeticanin "] description = "A lightweight ORM library in Rust." -license = "BSD-3" +license = "BSD-3-Clause" documentation = "https://docs.rs/njord/latest/njord/" repository = "https://github.com/njord-rs/njord" readme = "../README.md" diff --git a/njord_derive/Cargo.toml b/njord_derive/Cargo.toml index 351ab01f..52e83de5 100644 --- a/njord_derive/Cargo.toml +++ b/njord_derive/Cargo.toml @@ -4,7 +4,7 @@ version = "0.4.0" edition = "2021" authors = ["Marcus Cvjeticanin "] description = "You should not use this crate directly, it is internal to Njord." -license = "BSD-3" +license = "BSD-3-Clause" documentation = "https://docs.rs/njord/latest/njord/" repository = "https://github.com/njord-rs/njord" readme = "../README.md"