Skip to content

Commit

Permalink
Fix license spdx
Browse files Browse the repository at this point in the history
it was bsd-3 not apache3

Signed-off-by: Ahmed Abdelraoof <[email protected]>
  • Loading branch information
oddcoder committed Aug 16, 2024
1 parent e068ab4 commit 51e8a7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion safe-discriminant-derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "safe-discriminant-derive"
version = "0.1.0"
edition = "2021"
readme = "../Readme.md"
license = "Apache-3.0"
license = "BSD-3-Clause"
keywords = ["no_std", "enums"]
description = """A minimalistic, `no_std` compatible trait and procedural macro \
for extracting discriminants from enums at zero cost.""""
Expand Down
2 changes: 1 addition & 1 deletion safe-discriminant/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "safe-discriminant"
version = "0.1.0"
edition = "2021"
readme = "../Readme.md"
license = "Apache-3.0"
license = "BSD-3-Clause"
keywords = ["no_std", "enums"]
description = """A minimalistic, `no_std` compatible trait and procedural macro \
for extracting discriminants from enums at zero cost.""""
Expand Down

0 comments on commit 51e8a7f

Please sign in to comment.