Skip to content

Commit

Permalink
fix: changing lib/clipp from muellan/clipp to GerHobbelt/clipp to get…
Browse files Browse the repository at this point in the history
… cpp20 compatibility
  • Loading branch information
SuperFola committed Feb 6, 2024
1 parent 5762a9f commit ca1280a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
url = https://github.com/ArkScript-lang/modules.git
[submodule "lib/clipp"]
path = lib/clipp
url = https://github.com/muellan/clipp.git
url = https://github.com/GerHobbelt/clipp
[submodule "lib/picosha2"]
path = lib/picosha2
url = https://github.com/okdshin/PicoSHA2.git
Expand Down
3 changes: 2 additions & 1 deletion lib/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# ArkScript thirdparties

Includes
* [clipp](https://github.com/muellan/clipp), MIT License

* [clipp](https://github.com/GerHobbelt/clipp), MIT License
* [fmt](https://github.com/fmtlib/fmt), MIT License
* [picosha2](https://github.com/okdshin/PicoSHA2), MIT License
* [replxx](https://github.com/AmokHuginnsson/replxx/blob/master/LICENSE.md), MIT License + specifities
Expand Down

0 comments on commit ca1280a

Please sign in to comment.