mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-04 18:58:36 +00:00
Fix cargo-about for binary packages, part 2
Accept the openssl license, that's pulled in via the new dependency to ring. In reality this doesn't truly affect the binaries we distribute (as this primarily comes in either as build dependency (skia) or for the energy monitor via ureq.
This commit is contained in:
parent
2e7d3a6b38
commit
cdb2f92ee9
1 changed files with 1 additions and 0 deletions
|
@ -90,6 +90,7 @@ accepted = [
|
|||
"BSL-1.0",
|
||||
"ISC",
|
||||
"Unicode-DFS-2016",
|
||||
"OpenSSL",
|
||||
"GPL-3.0", # That's only for Slint
|
||||
]
|
||||
targets = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue