From ff78b8f88d686e49e617a08f4c70ba8ca2ac1c74 Mon Sep 17 00:00:00 2001 From: Mark Abraham Date: Wed, 4 Sep 2024 10:10:46 +0200 Subject: [PATCH] Update fprettify git submodule The fprettify project has been moved, which breaks the git clone behavior --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 0204c8468f..473fd020cc 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,5 +4,5 @@ branch = master [submodule "tools/prettify/fprettify"] path = tools/prettify/fprettify - url = https://github.com/pseewald/fprettify.git + url = https://github.com/fortan-lang/fprettify.git branch = master