Updated license in Cargo.toml
This commit is contained in:
parent
97d9329c4a
commit
0aeff16702
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ name = "eyes"
|
||||||
version = "1.0.0"
|
version = "1.0.0"
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
description = "A simpler way to parse using human-readable templates"
|
description = "A simpler way to parse using human-readable templates"
|
||||||
license-file="LICENSE.txt"
|
license="BSD-3-Clause"
|
||||||
homepage = "https://git.palmoe.dk/vodofrede/eyes/"
|
homepage = "https://git.palmoe.dk/vodofrede/eyes/"
|
||||||
repository = "https://git.palmoe.dk/vodofrede/eyes/"
|
repository = "https://git.palmoe.dk/vodofrede/eyes/"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
|
|
Loading…
Reference in a new issue