Update git clone URL for projecteqquests

changed back to original projecteqquests URL, as it is still active
This commit is contained in:
m0th
2025-10-08 10:45:50 -04:00
committed by GitHub
parent e0cb925231
commit 2430d77af8
+1 -1
View File
@@ -117,7 +117,7 @@ ifeq ($(findstring .devcontainer,$(CURDIR)),.devcontainer)
@make -C ../ -f .devcontainer/Makefile quests --no-print-directory @make -C ../ -f .devcontainer/Makefile quests --no-print-directory
exit exit
endif endif
@cd build/bin && git clone https://gitlab.com/TheGrandLibrary/projecteq/projecteqquests.git quests @cd build/bin && git clone https://github.com/ProjectEQ/projecteqquests.git quests
# Runs tests # Runs tests
.PHONY: test .PHONY: test