From 2430d77af86f47973cf4fbb247fef67c26c3311e Mon Sep 17 00:00:00 2001 From: m0th <43860202+m0th-omens@users.noreply.github.com> Date: Wed, 8 Oct 2025 10:45:50 -0400 Subject: [PATCH] Update git clone URL for projecteqquests changed back to original projecteqquests URL, as it is still active --- .devcontainer/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/Makefile b/.devcontainer/Makefile index 18356dc11..1dfdaa1c9 100644 --- a/.devcontainer/Makefile +++ b/.devcontainer/Makefile @@ -117,7 +117,7 @@ ifeq ($(findstring .devcontainer,$(CURDIR)),.devcontainer) @make -C ../ -f .devcontainer/Makefile quests --no-print-directory exit 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 .PHONY: test