We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26daef3 commit 578fe9cCopy full SHA for 578fe9c
deny.toml
@@ -139,8 +139,8 @@ confidence-threshold = 0.8
139
# Allow 1 or more licenses on a per-crate basis, so that particular licenses
140
# aren't accepted for every possible crate as with the normal allow list
141
exceptions = [
142
- # Cuprate (AGPL-3.0)
143
- { allow = ["AGPL-3.0"], name = "cuprated", version = "*" }
+ # Cuprate (AGPL-3.0-only)
+ { allow = ["AGPL-3.0-only"], name = "cuprated", version = "*" }
144
145
# Each entry is the crate and version constraint, and its specific allow
146
# list
0 commit comments