Skip to content

Commit

Permalink
fix Cargo.toml license string
Browse files Browse the repository at this point in the history
  • Loading branch information
amtep committed Aug 21, 2023
1 parent 30b57a8 commit c1ad497
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ck3spell/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
authors = ["Richard Braakman <[email protected]>"]
description = "A spelling checker for Crusader Kings 3 user mods"
repository = "https://github.com/amtep/ck3spell"
license = "gpl-3.0-or-later"
license = "GPL-3.0-or-later"

[dependencies]
speller = { version = "0.1.0", path = "../speller" }
Expand Down
2 changes: 1 addition & 1 deletion speller/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
authors = ["Richard Braakman <[email protected]>"]
description = "A spellchecker library that uses hunspell-format dictionaries"
repository = "https://github.com/amtep/ck3spell/tree/main/speller"
license = "gpl-3.0-or-later"
license = "GPL-3.0-or-later"

[dependencies]
anyhow = "1.0"
Expand Down

0 comments on commit c1ad497

Please sign in to comment.