Skip to content

Commit 578fe9c

Browse files
committed
fix deny
1 parent 26daef3 commit 578fe9c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deny.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,8 +139,8 @@ confidence-threshold = 0.8
139139
# Allow 1 or more licenses on a per-crate basis, so that particular licenses
140140
# aren't accepted for every possible crate as with the normal allow list
141141
exceptions = [
142-
# Cuprate (AGPL-3.0)
143-
{ allow = ["AGPL-3.0"], name = "cuprated", version = "*" }
142+
# Cuprate (AGPL-3.0-only)
143+
{ allow = ["AGPL-3.0-only"], name = "cuprated", version = "*" }
144144

145145
# Each entry is the crate and version constraint, and its specific allow
146146
# list

0 commit comments

Comments
 (0)