diff options
Diffstat (limited to 'deny.toml')
| -rw-r--r-- | deny.toml | 7 | +2 −5 |
1 files changed, 2 insertions, 5 deletions
diff --git a/deny.toml b/deny.toml index 3cd37da..03a665b 100644 --- a/deny.toml +++ b/deny.toml @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2026 Nikolay Govorov +# SPDX-FileCopyrightText: 2026 Nikolay Govorov <me@govorov.online> # SPDX-License-Identifier: AGPL-3.0-or-later [licenses] @@ -22,10 +22,7 @@ allow = [ ] exceptions = [ # The project itself is distributed under the AGPL, but avoid it in dependencies - { crate = "base", allow = ["AGPL-3.0-or-later"] }, - { crate = "repos", allow = ["AGPL-3.0-or-later"] }, - { crate = "smoke", allow = ["AGPL-3.0-or-later"] }, - { crate = "tesor", allow = ["AGPL-3.0-or-later"] }, + { crate = "zorian", allow = ["AGPL-3.0-or-later"] }, ] unused-allowed-license = "allow" |
