summarylogtreecommitdiffstats
path: root/modules.patch
diff options
context:
space:
mode:
authorStephanie Wilde-Hobbs2023-03-03 13:53:28 +0100
committerStephanie Wilde-Hobbs2023-03-03 13:53:28 +0100
commit5894deb4868bd06b6873468da2aaf0c9c5d8982e (patch)
tree9e75b7f126d0303265c83d7a1ad952c48f858e7f /modules.patch
parentab45e50da8b0e8655d6ad6ff197d54a9c632ad69 (diff)
downloadaur-scopehal-apps-git.tar.gz
Fix submodules
Diffstat (limited to 'modules.patch')
-rw-r--r--modules.patch20
1 files changed, 17 insertions, 3 deletions
diff --git a/modules.patch b/modules.patch
index d13f4b4d8a7a..3c4fc741fa97 100644
--- a/modules.patch
+++ b/modules.patch
@@ -1,6 +1,8 @@
---- src/scopehal-apps/.gitmodules 2021-12-14 13:31:20.205388635 +0800
-+++ src/scopehal-apps/2.gitmodules 2021-12-14 13:38:23.108470633 +0800
-@@ -1,6 +1,6 @@
+diff --git a/.gitmodules b/.gitmodules
+index 478f69b..8350711 100644
+--- a/.gitmodules
++++ b/.gitmodules
+@@ -1,9 +1,9 @@
[submodule "lib"]
path = lib
- url = ../scopehal.git
@@ -9,3 +11,15 @@
path = doc
- url = ../scopehal-docs.git
+ url = https://github.com/glscopeclient/scopehal-docs.git
+ [submodule "src/imgui"]
+ path = src/imgui
+ url = https://github.com/ocornut/imgui
+@@ -12,7 +12,7 @@
+ url = https://github.com/epezent/implot
+ [submodule "src/imgui-node-editor"]
+ path = src/imgui-node-editor
+- url = ../imgui-node-editor.git
++ url = https://github.com/glscopeclient/imgui-node-editor.git
+ [submodule "src/ImGuiFileDialog"]
+ path = src/ImGuiFileDialog
+ url = https://github.com/aiekick/ImGuiFileDialog