diff --git a/Cargo.toml b/Cargo.toml index 44b4b7d..54c55ea 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,9 +1,9 @@ # https://doc.rust-lang.org/cargo/reference/manifest.html [package] -name = "web-ext-native-messaging" +name = "webextension-native-messaging" description = "WebExtension native messaging library for Rust." -repository = "https://git.bauke.xyz/Holllo/web-ext-native-messaging" +repository = "https://git.bauke.xyz/Holllo/webextension-native-messaging" license = "MIT OR Apache-2.0" version = "0.1.0" authors = ["Holllo "] diff --git a/README.md b/README.md index 88a0c9b..52b723c 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,8 @@ ## Usage -For documentation and examples see [docs.rs](https://docs.rs/web-ext-native-messaging). +For documentation and examples see [docs.rs](https://docs.rs/webextension-native-messaging). ## License -Distributed under the [Apache License 2.0](https://spdx.org/licenses/Apache-2.0.html) and [MIT](https://spdx.org/licenses/MIT.html) licenses, see [LICENSE-Apache](https://git.bauke.xyz/Holllo/web-ext-native-messaging/src/branch/main/LICENSE-Apache) and [LICENSE-MIT](https://git.bauke.xyz/Holllo/web-ext-native-messaging/src/branch/main/LICENSE-MIT) for more information. +Distributed under the [Apache License 2.0](https://spdx.org/licenses/Apache-2.0.html) and [MIT](https://spdx.org/licenses/MIT.html) licenses, see [LICENSE-Apache](https://git.bauke.xyz/Holllo/webextension-native-messaging/src/branch/main/LICENSE-Apache) and [LICENSE-MIT](https://git.bauke.xyz/Holllo/webextension-native-messaging/src/branch/main/LICENSE-MIT) for more information.