From 48bfc0c49467c2fbdeb6f645831bdd93f8a0f3c2 Mon Sep 17 00:00:00 2001 From: Dave Herman Date: Mon, 4 Apr 2016 13:57:29 -0700 Subject: [PATCH] update license and repository info in manifests --- Cargo.toml | 2 +- crates/neon-sys/Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 9d41e2805..d7c92ffb0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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] diff --git a/crates/neon-sys/Cargo.toml b/crates/neon-sys/Cargo.toml index 1f0098186..06387c414 100644 --- a/crates/neon-sys/Cargo.toml +++ b/crates/neon-sys/Cargo.toml @@ -3,8 +3,8 @@ name = "neon-sys" version = "0.1.8" authors = ["Dave Herman "] 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"