fix typo in license-file field
This commit is contained in:
parent
40d2902eae
commit
8c284ecc05
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ members = ["phono-*"]
|
||||||
[workspace.package]
|
[workspace.package]
|
||||||
edition = "2024"
|
edition = "2024"
|
||||||
license = "AGPL-3.0-or-later"
|
license = "AGPL-3.0-or-later"
|
||||||
license_file = "LICENSE"
|
license-file = "LICENSE"
|
||||||
version = "0.0.1"
|
version = "0.0.1"
|
||||||
|
|
||||||
[workspace.dependencies]
|
[workspace.dependencies]
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue