Skip to content
Snippets Groups Projects
Unverified Commit 98acfbc1 authored by John's avatar John Committed by GitHub
Browse files

Merge pull request #201 from johanhelsing/manifest-license-field

Add missing license fields to cargo manifests
parents ea637ae3 07d2407b
No related branches found
No related tags found
No related merge requests found
......@@ -7,6 +7,7 @@ resolver = "2"
authors = ["John Mitchell"]
homepage = "https://github.com/StarArawn/kayak_ui"
repository = "https://github.com/StarArawn/kayak_ui"
license = "MIT OR Apache-2.0"
license-file = "LICENSE"
exclude = ["assets/*", "screenshots/*", "book"]
......
......@@ -7,6 +7,7 @@ resolver = "2"
authors = ["John Mitchell"]
homepage = "https://github.com/StarArawn/kayak_ui"
repository = "https://github.com/StarArawn/kayak_ui"
license = "MIT OR Apache-2.0"
license-file = "../LICENSE"
exclude = ["assets/*"]
......
......@@ -7,6 +7,7 @@ resolver = "2"
authors = ["John Mitchell"]
homepage = "https://github.com/StarArawn/kayak_ui"
repository = "https://github.com/StarArawn/kayak_ui"
license = "MIT OR Apache-2.0"
license-file = "../LICENSE"
[lib]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment