From 623d0caec96d91ccccfd7f178dee0ac61b6fdbc3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ole=20Sch=C3=BCtt?= Date: Mon, 9 Sep 2024 14:48:53 +0200 Subject: [PATCH] Update URL for submodule fprettify --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 0204c8468f..fb6ce5d8d8 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/fortran-lang/fprettify.git branch = master