pthbs

Packaging Through Hashed Build Scripts
git clone https://ccx.te2000.cz/git/pthbs
Log | Files | Refs | Submodules | README

commit 95abb4f72a60b71fb1e44287c8aa9b1293bf4562
parent bd157b45468082bd489f9d00799b464599735aee
Author: ccx <ccx@te2000.cz>
Date:   Sun, 25 Feb 2024 21:48:59 +0000

fix typo

Diffstat:
M.gitmodules | 6+++---
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-system-conf + url = ./sources/core-system-conf [submodule "sources/core-system-init"] path = sources/core-system-init - url = .sources/core-system-init + url = ./sources/core-system-init [submodule "sources/core-system-scripts"] path = sources/core-system-scripts - url = .sources/core-system-scripts + url = ./sources/core-system-scripts [submodule "sources/patchelf"] path = sources/patchelf url = https://github.com/NixOS/patchelf