From f1be5302ad420db3f2162305815e7dbd79a37b5e Mon Sep 17 00:00:00 2001 From: Luke Date: Wed, 12 Jun 2024 12:18:03 -0700 Subject: [PATCH] chore: fix typo --- deny.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deny.toml b/deny.toml index ffa1b066..8072e527 100644 --- a/deny.toml +++ b/deny.toml @@ -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.