From 0c79481f352232b527e014a1a255a2440b606e51 Mon Sep 17 00:00:00 2001 From: Leah Anderson Date: Fri, 9 May 2025 16:24:06 +0000 Subject: [PATCH] fix: update libiniparser repository link (#64) * fix: update libiniparser repository link * fix: update iniparser link in cmake --- CMakeLists.txt | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5a337e63..0ccb032c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -29,7 +29,7 @@ if(DOWNLOAD_DEPENDENCIES) FetchContent_Declare( iniparser - GIT_REPOSITORY "https://github.com/ndevilla/iniparser.git" + GIT_REPOSITORY "https://gitlab.com/iniparser/iniparser.git" GIT_TAG "main" EXCLUDE_FROM_ALL ) diff --git a/README.md b/README.md index 10a56e6b..c14bc039 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ To achieve our goal of platform independence, we need to replace any Windows-onl | Library/subsystem | Substitution | Status | | | - | - | - | - | | Window, Events | [SDL3](https://www.libsdl.org/) | WIP | [Remarks](https://github.com/search?q=repo%3Aisledecomp%2Fisle-portable+%22%2F%2F+%5Blibrary%3Awindow%5D%22&type=code) | -| Windows Registry (Configuration) | [libiniparser](https://github.com/ndevilla/iniparser) | ✅ | [Remarks](https://github.com/search?q=repo%3Aisledecomp%2Fisle-portable+%22%2F%2F+%5Blibrary%3Aconfig%5D%22&type=code) | +| Windows Registry (Configuration) | [libiniparser](https://gitlab.com/iniparser/iniparser) | ✅ | [Remarks](https://github.com/search?q=repo%3Aisledecomp%2Fisle-portable+%22%2F%2F+%5Blibrary%3Aconfig%5D%22&type=code) | | Filesystem | [SDL3](https://www.libsdl.org/) | ✅ | [Remarks](https://github.com/search?q=repo%3Aisledecomp%2Fisle-portable+%22%2F%2F+%5Blibrary%3Afilesystem%5D%22&type=code) | | Threads, Mutexes (Synchronization) | [SDL3](https://www.libsdl.org/) | ✅ | [Remarks](https://github.com/search?q=repo%3Aisledecomp%2Fisle-portable+%22%2F%2F+%5Blibrary%3Asynchronization%5D%22&type=code) | | Keyboard/Mouse, DirectInput (Input) | [SDL3](https://www.libsdl.org/) | ✅ | [Remarks](https://github.com/search?q=repo%3Aisledecomp%2Fisle-portable+%22%2F%2F+%5Blibrary%3Ainput%5D%22&type=code) |