From c621d334d3fb8354ed72360474f6afc1e7809876 Mon Sep 17 00:00:00 2001 From: James McDonald Date: Sat, 25 Feb 2023 17:28:30 +0100 Subject: [PATCH] Use https for submodules --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index c7e703a..120d5f2 100644 --- a/.gitmodules +++ b/.gitmodules @@ -3,4 +3,4 @@ url = https://github.com/budparr/gohugo-theme-ananke.git [submodule "themes/papermod"] path = themes/papermod - url = git@github.com:adityatelange/hugo-PaperMod.git + url = https://github.com/adityatelange/hugo-PaperMod.git