Skip to content

Commit ba67d1b

Browse files
committed
Revert "Changed URLs to be relative in .gitmodules"
This reverts commit a272968. Fix having to fork all the submodules to make a compilable fork of Icecast-Server
1 parent 788bd94 commit ba67d1b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.gitmodules

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[submodule "m4"]
22
path = m4
3-
url = ../icecast-m4.git
3+
url = https://git.xiph.org/icecast-m4.git
44
[submodule "src/common"]
55
path = src/common
6-
url = ../icecast-common.git
6+
url = https://git.xiph.org/icecast-common.git

0 commit comments

Comments
 (0)