From 8fd59befef26e53bec84cb35c06f1a9db1272433 Mon Sep 17 00:00:00 2001 From: miklo Date: Sun, 19 Feb 2023 18:09:58 +0100 Subject: [PATCH] add submodules --- .gitmodules | 9 +++++++++ js-untar | 1 + pako | 1 + qrcodejs | 1 + 4 files changed, 12 insertions(+) create mode 100644 .gitmodules create mode 160000 js-untar create mode 160000 pako create mode 160000 qrcodejs diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..cfc1c96 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,9 @@ +[submodule "pako"] + path = pako + url = https://forge.citizen4.eu/mirror/pako +[submodule "js-untar"] + path = js-untar + url = https://forge.citizen4.eu/mirror/js-untar +[submodule "qrcodejs"] + path = qrcodejs + url = https://forge.citizen4.eu/mirror/qrcodejs diff --git a/js-untar b/js-untar new file mode 160000 index 0000000..911dad2 --- /dev/null +++ b/js-untar @@ -0,0 +1 @@ +Subproject commit 911dad267a38db81ba330104ccc88a90017b2c9b diff --git a/pako b/pako new file mode 160000 index 0000000..08c5cfb --- /dev/null +++ b/pako @@ -0,0 +1 @@ +Subproject commit 08c5cfb4fe2f744bedbd249be908bba0d8fc0946 diff --git a/qrcodejs b/qrcodejs new file mode 160000 index 0000000..540308a --- /dev/null +++ b/qrcodejs @@ -0,0 +1 @@ +Subproject commit 540308a766f09f40c2f7aa5a39a3e76892da3259