Skip to content

Commit

Permalink
fix: fixed deny.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
lukexor committed Nov 11, 2024
1 parent c84c012 commit 2c1f186
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ allow = [
"MIT", # https://tldrlegal.com/license/mit-license
"MPL-2.0", # https://www.mozilla.org/en-US/MPL/2.0/FAQ/ - see Q11. Used by webpki-roots on Linux.
"OFL-1.1", # https://spdx.org/licenses/OFL-1.1.html
"Unicode-3.0" # https://spdx.org/licenses/Unicode-3.0.html
"Unicode-3.0", # https://spdx.org/licenses/Unicode-3.0.html
"Unicode-DFS-2016", # https://spdx.org/licenses/Unicode-DFS-2016.html
"Zlib", # https://tldrlegal.com/license/zlib-libpng-license-(zlib)
]
Expand Down

0 comments on commit 2c1f186

Please sign in to comment.