Skip to content

Commit

Permalink
chore: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lukexor committed Jun 12, 2024
1 parent 3e1b45a commit f1be530
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 @@ -109,7 +109,7 @@ allow = [
"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-DFS-2016", # https://spdx.org/licenses/Unicode-DFS-2016.html
"Unicode-3.0" # https://spdx.org/licenses/Unicode-3.0.html
"Unicode-3.0", # https://spdx.org/licenses/Unicode-3.0.html
"Zlib", # https://tldrlegal.com/license/zlib-libpng-license-(zlib)
]
# The confidence threshold for detecting a license from license text.
Expand Down

0 comments on commit f1be530

Please sign in to comment.