diff options
author | jak1 <jak1@themanaworld.org> | 2022-12-23 13:42:01 +0100 |
---|---|---|
committer | jak1 <jak1@themanaworld.org> | 2022-12-23 13:42:01 +0100 |
commit | 957c8d3d15ac5c0ae84e2e4a2945f182d88379c2 (patch) | |
tree | 0c82177cded1346a7622b29f685a9d87a92d7cbd | |
parent | 37b2666106b2eee05de357ec7c280013089f54c4 (diff) | |
download | mv-957c8d3d15ac5c0ae84e2e4a2945f182d88379c2.tar.gz mv-957c8d3d15ac5c0ae84e2e4a2945f182d88379c2.tar.bz2 mv-957c8d3d15ac5c0ae84e2e4a2945f182d88379c2.tar.xz mv-957c8d3d15ac5c0ae84e2e4a2945f182d88379c2.zip |
updated mplint repository
-rwxr-xr-x | tools/ci/jobs/mplint.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/ci/jobs/mplint.sh b/tools/ci/jobs/mplint.sh index 66a056dba..d3508759f 100755 --- a/tools/ci/jobs/mplint.sh +++ b/tools/ci/jobs/mplint.sh @@ -19,7 +19,7 @@ export CXXFLAGS="-std=gnu++11" do_init rm -rf mplint || true -gitclone https://gitlab.com/manaplus mplint.git +gitclone https://git.themanaworld.org/mana mplint.git cd mplint run_configure_simple run_make |