diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2024-09-23 02:53:07 +0200 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2024-09-23 02:53:07 +0200 |
commit | fbaa927a49694f771d770383bde3e1137fe172d4 (patch) | |
tree | 835ce9b5a632b8f77c64f0314c09f8b5a91ddf70 | |
parent | 84cc45ebbdcd62a0bad33d65223a45dc146a0f07 (diff) | |
download | sciteco-fbaa927a49694f771d770383bde3e1137fe172d4.tar.gz |
updated the Lexilla submodule URL
I wonder why it even built on CI without that change.
It should fix Yocto builds, though.
-rw-r--r-- | .gitmodules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules index 3636830..ed91108 100644 --- a/.gitmodules +++ b/.gitmodules @@ -7,4 +7,4 @@ url = https://github.com/orbitalquark/scinterm.git [submodule "lexilla"] path = contrib/lexilla - url = https://github.com/rhaberkorn/lexilla.git + url = https://github.com/ScintillaOrg/lexilla.git |