Skip to content

Commit

Permalink
update git submodules to use https instead of git://
Browse files Browse the repository at this point in the history
(github doesn't support git:// anymore)
  • Loading branch information
abh committed May 1, 2022
1 parent 2884c0a commit 75d6e8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitmodules
@@ -1,6 +1,6 @@
[submodule "combust"]
path = combust
url = git://github.com/abh/combust.git
url = https://github.com/abh/combust.git
[submodule "docs/static/cdn"]
path = docs/static/cdn
url = git://github.com/devel/cdn.git
url = https://github.com/devel/cdn.git

0 comments on commit 75d6e8d

Please sign in to comment.