Browse Source

Clone submodules as HTTPS instead of SSH

circular17 2 months ago
parent
commit
1f94520cb5
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .gitmodules

+ 2 - 2
.gitmodules

@@ -1,6 +1,6 @@
 [submodule "use/bgrabitmap"]
 [submodule "use/bgrabitmap"]
 	path = use/bgrabitmap
 	path = use/bgrabitmap
-	url = [email protected]:bgrabitmap/bgrabitmap.git
+	url = https://github.com/bgrabitmap/bgrabitmap.git
 [submodule "use/bgracontrols"]
 [submodule "use/bgracontrols"]
 	path = use/bgracontrols
 	path = use/bgracontrols
-	url = [email protected]:bgrabitmap/bgracontrols.git
+	url = https://github.com/bgrabitmap/bgracontrols.git