Skip to content

Commit c928d62

Browse files
atouchetwaywardmonkeys
authored andcommitted
Use SPDX license format, update some links, and fix crates.io badge
1 parent fa77122 commit c928d62

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Diff for: Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ name = "javascriptcore"
33
version = "0.0.5"
44
edition = "2021"
55
authors = ["Bruce Mitchener <[email protected]>"]
6-
license = "MIT/Apache-2.0"
6+
license = "MIT OR Apache-2.0"
77
readme = "README.md"
88
description = "Bindings to the JavaScriptCore framework."
99
keywords = ["javascript", "jsc", "scripting"]
10-
documentation = "https://docs.rs/crate/javascriptcore/latest"
10+
documentation = "https://docs.rs/javascriptcore"
1111
homepage = "https://github.com/endoli/javascriptcore.rs"
1212
repository = "https://github.com/endoli/javascriptcore.rs"
1313
categories = ["api-bindings"]

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# javascriptcore
22

3-
[![](http://meritbadge.herokuapp.com/javascriptcore)](https://crates.io/crates/javascriptcore)
3+
[![](https://img.shields.io/crates/v/javascriptcore.svg)](https://crates.io/crates/javascriptcore)
44

55
This crate provides a safe binding to the public API for
66
[JavaScriptCore](https://trac.webkit.org/wiki/JavaScriptCore),

Diff for: javascriptcore-sys/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ name = "javascriptcore-sys"
33
version = "0.0.5"
44
edition = "2021"
55
authors = ["Bruce Mitchener <[email protected]>"]
6-
license = "MIT/Apache-2.0"
6+
license = "MIT OR Apache-2.0"
77
readme = "README.md"
88
description = "Raw bindings to the JavaScriptCore framework."
99
keywords = ["javascript", "jsc", "scripting"]
10-
documentation = "https://docs.rs/crate/javascriptcore-sys/latest"
10+
documentation = "https://docs.rs/javascriptcore-sys"
1111
homepage = "https://github.com/endoli/javascriptcore.rs"
1212
repository = "https://github.com/endoli/javascriptcore.rs"
1313
categories = ["external-ffi-bindings"]

0 commit comments

Comments
 (0)