Commit 3746049
authored
Change license metadata (#318)
The Cargo book has a section that describes how these fields are supposed to be used:
<https://doc.rust-lang.org/cargo/reference/manifest.html#the-license-and-license-file-fields>
It says that the `license-file` key is for the case where "a package is using a nonstandard
license". Since our license is MIT, we should use the `license` key (like almost all of the Cargo
ecosystem).1 parent 5324e19 commit 3746049
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
0 commit comments