From a02e631d537b4e03010f436ab7d9c7a15db6dbba Mon Sep 17 00:00:00 2001
From: Darshan <35736874+darshankabariya@users.noreply.github.com>
Date: Tue, 16 Dec 2025 01:40:40 +0530
Subject: [PATCH] chore: align with recent rename (#124)
---
.gitmodules | 2 +-
README.md | 10 +++++-----
waku-bindings/Cargo.toml | 2 +-
waku-bindings/README.md | 4 ++--
waku-sys/Cargo.toml | 2 +-
waku-sys/README.md | 4 ++--
6 files changed, 12 insertions(+), 12 deletions(-)
diff --git a/.gitmodules b/.gitmodules
index 242d7cd..aa143c0 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,3 +1,3 @@
[submodule "waku-sys/vendor"]
path = waku-sys/vendor
- url = https://github.com/waku-org/nwaku
+ url = https://github.com/logos-messaging/logos-messaging-nim
diff --git a/README.md b/README.md
index 420a0a3..ba8c5c0 100644
--- a/README.md
+++ b/README.md
@@ -9,12 +9,12 @@
[crates-url]: https://crates.io/crates/waku-bindings
[docs-badge]: https://docs.rs/waku-bindings/badge.svg
[docs-url]: https://docs.rs/waku-bindings
-[actions-badge]: https://github.com/waku-org/waku-rust-bindings/workflows/CI/badge.svg
-[actions-url]: https://github.com/waku-org/waku-rust-bindings/actions/workflows/main.yml?query=workflow%3ACI+branch%3Amaster
-[codecov-badge]: https://codecov.io/github/waku-org/waku-rust-bindings/branch/main/graph/badge.svg?token=H4CQWRUCUS
-[codecov-url]: https://codecov.io/github/waku-org/waku-rust-bindings
+[actions-badge]: https://github.com/logos-messaging/logos-messaging-rust-bindings/workflows/CI/badge.svg
+[actions-url]: https://github.com/logos-messaging/logos-messaging-rust-bindings/actions/workflows/main.yml?query=workflow%3ACI+branch%3Amaster
+[codecov-badge]: https://codecov.io/github/logos-messaging/logos-messaging-rust-bindings/branch/main/graph/badge.svg?token=H4CQWRUCUS
+[codecov-url]: https://codecov.io/github/logos-messaging/logos-messaging-rust-bindings
-Rust layer on top of [`nwaku`](https://github.com/waku-org/nwaku) [C FFI bindings](https://github.com/waku-org/nwaku/blob/master/library/libwaku.h).
+Rust layer on top of [`logos-messaging-nim`](https://github.com/logos-messaging/logos-messaging-nim) [C FFI bindings](https://github.com/logos-messaging/logos-messaging-nim/blob/master/library/libwaku.h).
## About Waku
diff --git a/waku-bindings/Cargo.toml b/waku-bindings/Cargo.toml
index acfc7b0..8e11726 100644
--- a/waku-bindings/Cargo.toml
+++ b/waku-bindings/Cargo.toml
@@ -9,7 +9,7 @@ authors = [
]
description = "Waku networking library"
license = "MIT OR Apache-2.0"
-repository = "https://github.com/waku-org/waku-rust-bindings"
+repository = "https://github.com/logos-messaging/logos-messaging-rust-bindings"
keywords = ["waku", "peer-to-peer", "libp2p", "networking"]
categories = ["network-programming"]
diff --git a/waku-bindings/README.md b/waku-bindings/README.md
index 0dd36a3..742f4f2 100644
--- a/waku-bindings/README.md
+++ b/waku-bindings/README.md
@@ -1,9 +1,9 @@
# Waku Rust bindings
-[
](https://github.com/waku-org/waku-rust-bindings)
+[
](https://github.com/logos-messaging/logos-messaging-rust-bindings)
[
](https://crates.io/crates/waku-bindings)
[
](https://docs.rs/waku-bindings)
-[
](https://github.com/waku-org/waku-rust-bindings/actions/workflows/main.yml?query=branch%3Amaster)
+[
](https://github.com/logos-messaging/logos-messaging-rust-bindings/actions/workflows/main.yml?query=branch%3Amaster)
Rust api on top of [`waku-sys`](https://crates.io/crates/waku-sys) bindgen bindings to [c ffi bindings](https://github.com/status-im/go-waku/blob/v0.2.2/library/README.md).
diff --git a/waku-sys/Cargo.toml b/waku-sys/Cargo.toml
index 3875135..6bac827 100644
--- a/waku-sys/Cargo.toml
+++ b/waku-sys/Cargo.toml
@@ -9,7 +9,7 @@ authors = [
]
description = "Waku networking library generated bindings"
license = "MIT OR Apache-2.0"
-repository = "https://github.com/waku-org/waku-rust-bindings"
+repository = "https://github.com/logos-messaging/logos-messaging-rust-bindings"
keywords = ["waku", "peer-to-peer", "libp2p", "networking"]
categories = ["network-programming"]
diff --git a/waku-sys/README.md b/waku-sys/README.md
index a7c485e..59580fe 100644
--- a/waku-sys/README.md
+++ b/waku-sys/README.md
@@ -1,9 +1,9 @@
# Waku rust bindgen bindings
-[
](https://github.com/waku-org/waku-rust-bindings)
+[
](https://github.com/logos-messaging/logos-messaging-rust-bindings)
[
](https://crates.io/crates/waku-sys)
[
](https://docs.rs/waku-sys)
-[
](https://github.com/waku-org/waku-rust-bindings/actions/workflows/main.yml?query=branch%3Amaster)
+[
](https://github.com/logos-messaging/logos-messaging-rust-bindings/actions/workflows/main.yml?query=branch%3Amaster)
Rust layer on top of [`go-waku`](https://github.com/status-im/go-waku) [c ffi bindings](https://github.com/status-im/go-waku/blob/v0.2.2/library/README.md).