Browse Source

libbase58: Use git URI for submodule to avoid failure on systems without HTTPS support

Luke Dashjr 11 years ago
parent
commit
416dbfff88
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .gitmodules

+ 1 - 1
.gitmodules

@@ -6,4 +6,4 @@
 	url = git://git.ozlabs.org/~ccan/ccan
 [submodule "libbase58"]
 	path = libbase58
-	url = https://github.com/luke-jr/libbase58.git
+	url = git://github.com/luke-jr/libbase58.git