Skip to content

Commit

Permalink
update license and repository info in manifests
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Herman committed Apr 4, 2016
1 parent d4e8021 commit 48bfc0c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description = "A safe abstraction layer for Node.js."
documentation = "http://neon.rustbridge.io/neon"
homepage = "http://neon.rustbridge.io"
repository = "https://github.com/rustbridge/neon"
license = "MIT"
license = "MIT/Apache2"
exclude = ["neon.jpg"]

[dependencies]
Expand Down
4 changes: 2 additions & 2 deletions crates/neon-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name = "neon-sys"
version = "0.1.8"
authors = ["Dave Herman <dherman@mozilla.com>"]
description = "Exposes Node and V8 C++ API's for use by Neon."
repository = "https://github.com/dherman/neon"
license = "MIT"
repository = "https://github.com/rustbridge/neon"
license = "MIT/Apache2"

# libneon.a gets linked in with this package
links = "neon"
Expand Down

0 comments on commit 48bfc0c

Please sign in to comment.