Skip to content

Commit

Permalink
Allow MPL-2.0 licence in dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoburns committed Oct 12, 2023
1 parent 9b4b267 commit a45b1c5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ allow = [
"Apache-2.0",
"Zlib",
"ISC",
"BSD-3-Clause"
"BSD-3-Clause",
"MPL-2.0",
]
default = "deny"

Expand Down

0 comments on commit a45b1c5

Please sign in to comment.