From c11ff30b0ab7be8ce5433a2dfd6096c17e0ce517 Mon Sep 17 00:00:00 2001 From: uramer Date: Mon, 18 Aug 2025 09:32:15 +0000 Subject: [PATCH] Switch to OpenMW's group luadocumentor repo --- docs/source/install_luadocumentor_in_docker.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/install_luadocumentor_in_docker.sh b/docs/source/install_luadocumentor_in_docker.sh index 07272554d3..cefddb49d4 100755 --- a/docs/source/install_luadocumentor_in_docker.sh +++ b/docs/source/install_luadocumentor_in_docker.sh @@ -31,9 +31,9 @@ rm -r luarocks-$luarocksV PATH=$PATH:~/luarocks/bin echo "Install openmwluadocumentor" -git clone https://gitlab.com/ptmikheev/openmw-luadocumentor.git +git clone https://gitlab.com/openmw/openmw-luadocumentor.git cd openmw-luadocumentor -git checkout df58ac589dcb550977d0a3a9a65d32c5f3f2ae7d +git checkout 6bb0b799661fcf1ee4bca007420843c78ee0ac85 luarocks make luarocks/openmwluadocumentor-0.2.1-1.rockspec cd ~ rm -r openmw-luadocumentor