From a69c11dcffb385bbf73283cb8c0486dc94f6f56b Mon Sep 17 00:00:00 2001 From: decanus <7621705+decanus@users.noreply.github.com> Date: Mon, 13 Sep 2021 13:40:22 +0200 Subject: [PATCH] fix submodule --- .gitmodules | 3 +++ lib/rln | 1 + 2 files changed, 4 insertions(+) create mode 160000 lib/rln diff --git a/.gitmodules b/.gitmodules index 776131f..cee31cf 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "rln"] path = lib/rln url = https://github.com/kilic/rln +[submodule "lib/rln"] + path = lib/rln + url = git@github.com:kilic/rln.git diff --git a/lib/rln b/lib/rln new file mode 160000 index 0000000..3bbec36 --- /dev/null +++ b/lib/rln @@ -0,0 +1 @@ +Subproject commit 3bbec368a4adc68cd5f9bfae80b17e1bbb4ef373