From 1490a95735a105155700ab727b9c06161856c0e3 Mon Sep 17 00:00:00 2001 From: Danielle McLean Date: Wed, 13 Mar 2024 15:28:37 +1100 Subject: [PATCH] Fix submodule not to use deprecated git:// protocol --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index cfcc73b..b804c43 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "lemoncurry/static/base16-materialtheme-scheme"] path = lemoncurry/static/base16-materialtheme-scheme - url = git://github.com/ntpeters/base16-materialtheme-scheme.git + url = https://github.com/ntpeters/base16-materialtheme-scheme