mirror of
https://github.com/saymrwulf/curve25519-dalek-source.git
synced 2026-09-05 20:30:57 +00:00
Use 'license' rather than 'license-file' directive.
If 'license' is used, then crates.io thinks we're using a "non-standard" license, when, in fact, we are using CC0 (public domain).
This commit is contained in:
parent
387a56fe2c
commit
8bf730e84c
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ version = "0.1.0"
|
||||||
authors = ["Isis Lovecruft <isis@patternsinthevoid.net>",
|
authors = ["Isis Lovecruft <isis@patternsinthevoid.net>",
|
||||||
"Henry de Valence <hdevalence@hdevalence.ca>"]
|
"Henry de Valence <hdevalence@hdevalence.ca>"]
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
license-file = "LICENSE"
|
license = "CC0-1.0"
|
||||||
repository = "https://code.ciph.re/isis/curve25519-dalek"
|
repository = "https://code.ciph.re/isis/curve25519-dalek"
|
||||||
homepage = "https://code.ciph.re/isis/curve25519-dalek"
|
homepage = "https://code.ciph.re/isis/curve25519-dalek"
|
||||||
documentation = "https://docs.rs/curve25519-dalek"
|
documentation = "https://docs.rs/curve25519-dalek"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue