From 59d4144b676fdaf4a402e61fc83edb139763bc05 Mon Sep 17 00:00:00 2001 From: aya Date: Thu, 15 May 2025 22:39:53 +0300 Subject: [PATCH] Restore nwaku sub-module under third_party --- .gitmodules | 2 +- third_party/nwaku | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 160000 third_party/nwaku diff --git a/.gitmodules b/.gitmodules index 13c88e4..abfaf25 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "third_party/nwaku"] path = third_party/nwaku - url = https://github.com/waku-org/nwaku + url = https://github.com/waku-org/nwaku.git diff --git a/third_party/nwaku b/third_party/nwaku new file mode 160000 index 0000000..542968e --- /dev/null +++ b/third_party/nwaku @@ -0,0 +1 @@ +Subproject commit 542968e8ab90ea56ccf52145109dd25b38a7c7b7