commit bd157b45468082bd489f9d00799b464599735aee
parent f3065e65ee66facfb7924f87acd98fc6c4256514
Author: ccx <ccx@te2000.cz>
Date: Sun, 25 Feb 2024 21:38:42 +0000
Fix submodule path
Diffstat:
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/.gitmodules b/.gitmodules
@@ -67,13 +67,13 @@
url = ./sources/snaprep
[submodule "sources/core-system-conf"]
path = sources/core-system-conf
- url = .sources/core-carbon-conf
+ url = .sources/core-system-conf
[submodule "sources/core-system-init"]
path = sources/core-system-init
- url = .sources/core-carbon-init
+ url = .sources/core-system-init
[submodule "sources/core-system-scripts"]
path = sources/core-system-scripts
- url = .sources/core-carbon-scripts
+ url = .sources/core-system-scripts
[submodule "sources/patchelf"]
path = sources/patchelf
url = https://github.com/NixOS/patchelf