Skip to content

Commit

Permalink
Fixing correct licence config in Cargo.toml files (#166)
Browse files Browse the repository at this point in the history
  • Loading branch information
mjovanc authored Oct 20, 2024
2 parents 030742e + 14cfbe4 commit 09a3561
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion njord/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.4.0"
edition = "2021"
authors = ["Marcus Cvjeticanin <[email protected]>"]
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"
Expand Down
2 changes: 1 addition & 1 deletion njord_derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.4.0"
edition = "2021"
authors = ["Marcus Cvjeticanin <[email protected]>"]
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"
Expand Down

0 comments on commit 09a3561

Please sign in to comment.