Skip to content

Commit

Permalink
chore: fix path to youki crate licenses
Browse files Browse the repository at this point in the history
  • Loading branch information
mccormickt committed Jan 14, 2024
1 parent 2361efa commit e2fb475
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -171,14 +171,14 @@ exceptions = [
name = "libcgroups"
expression = "Apache-2.0"
license-files = [
{ path = "LICENSE", hash = 0x8767455a }
{ path = "../../LICENSE", hash = 0x8767455a }
]

[[licenses.clarify]]
name = "libcontainer"
expression = "Apache-2.0"
license-files = [
{ path = "LICENSE", hash = 0x8767455a }
{ path = "../../LICENSE", hash = 0x8767455a }
]

# https://github.com/briansmith/ring/blob/main/LICENSE (ISC AND MIT AND OpenSSL)
Expand Down

0 comments on commit e2fb475

Please sign in to comment.