From fe81620e6f4f641aa20715cb047846c3dcb602ff Mon Sep 17 00:00:00 2001 From: Gabriel Cruz Date: Mon, 13 Jul 2026 09:54:42 -0300 Subject: [PATCH] chore: use 2-towns' fork until upstream updates --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index d5737a8..ce83b7b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,4 +1,4 @@ [submodule "vendor/libplum"] path = vendor/libplum - url = https://github.com/paullouisageneau/libplum.git + url = https://github.com/2-towns/libplum.git branch = master