From fbeaf9a186f52be9c322e15205694166d916b78d Mon Sep 17 00:00:00 2001 From: benbierens Date: Mon, 3 Jun 2024 09:59:03 +0200 Subject: [PATCH] Restores gitmodules --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitmodules b/.gitmodules index 06d1b823..15ce8931 100644 --- a/.gitmodules +++ b/.gitmodules @@ -215,3 +215,6 @@ [submodule "vendor/nim-leveldbstatic"] path = vendor/nim-leveldbstatic url = https://github.com/codex-storage/nim-leveldb.git +[submodule "vendor/zip"] + path = vendor/zip + url = https://github.com/nim-lang/zip.git \ No newline at end of file